kiudee / cs-ranking

Context-sensitive ranking and choice in Python with PyTorch
https://cs-ranking.readthedocs.io
Apache License 2.0
66 stars 15 forks source link

Migrate from tox to nox #190

Closed kiudee closed 3 years ago

kiudee commented 3 years ago

Description

This pull request removes tox and implements the same functionality in nox.

Motivation and Context

Tox was a versatile framework, but the configuration format was hard to work with. In nox we can specify the configuration as python code, which makes it much more natural to work with and maintain.

How Has This Been Tested?

Running nox locally and on GitHub Actions.

Does this close/impact existing issues?

Types of changes

Checklist:

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (gh-actions@2535707). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             gh-actions     #190   +/-   ##
=============================================
  Coverage              ?   52.14%           
=============================================
  Files                 ?      102           
  Lines                 ?     5090           
  Branches              ?        0           
=============================================
  Hits                  ?     2654           
  Misses                ?     2436           
  Partials              ?        0