Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert Tox integration to nox #333

Open
Descent098 opened this issue Mar 17, 2020 · 0 comments
Open

Convert Tox integration to nox #333

Descent098 opened this issue Mar 17, 2020 · 0 comments
Labels
Needs More Info Anything that needs a dev answer, or just doesn't have enough info from the OP Post 1.0.0 Anything that will be dealt with after the 1.0.0 fixes/release QOL Quality of life improvements for development
Projects

Comments

@Descent098
Copy link
Member

Tox currently goes through and runs the existing nose tests. In order it runs:

  1. Nose tests
  2. Flake 8 compliance
  3. Docs build

It runs these currently against Python 2.7 to python 3.5 which will need to be changed to python 3.4+.

All of these plus release and other tasks can be more easily dealt with nox.

@Descent098 Descent098 created this issue from a note in V 1.0.0 (To do) Mar 17, 2020
@Descent098 Descent098 added Needs More Info Anything that needs a dev answer, or just doesn't have enough info from the OP Post 1.0.0 Anything that will be dealt with after the 1.0.0 fixes/release QOL Quality of life improvements for development labels Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs More Info Anything that needs a dev answer, or just doesn't have enough info from the OP Post 1.0.0 Anything that will be dealt with after the 1.0.0 fixes/release QOL Quality of life improvements for development
Projects
V 1.0.0
  
To do
Development

No branches or pull requests

1 participant