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

Replace python setup.py test in CI #95

Closed
cooperlees opened this issue Oct 30, 2019 · 0 comments · Fixed by #101
Closed

Replace python setup.py test in CI #95

cooperlees opened this issue Oct 30, 2019 · 0 comments · Fixed by #101

Comments

@cooperlees
Copy link
Collaborator

Setuptools has deprecated this. Lets run tests with coverage or tox or some other runner. My vote is for coverage so we can enforce / print out stats there.

Setuptools Deprecation Issues for reference:

cooperlees added a commit that referenced this issue Jan 1, 2020
- Use official 3.8 release
- Run tests via coverage + show coverage (setuptools has deprecated test option)
- Use black's recursive file finding abilities

Fixes #95
cooperlees added a commit that referenced this issue Jan 1, 2020
- Use official 3.8 release
- Run tests via coverage + show coverage (setuptools has deprecated test option)
- Use black's recursive file finding abilities

Fixes #95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant