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

rewrite to use tox #39

Closed
vlcinsky opened this issue Jan 20, 2016 · 1 comment
Closed

rewrite to use tox #39

vlcinsky opened this issue Jan 20, 2016 · 1 comment

Comments

@vlcinsky
Copy link

Currently, tests are run by $ python setup.py test.

To run this test in multiple python versions requires manually switching the python version for each test or wait, until Travis does the work.

Rewriting test to tox would allow starting test in all locally available python versions by simple $ tox call.

The rewrite should keep all existing functionality, namely:

  • run all existing test cases
  • run test coverage evaluation
@jorgebastida
Copy link
Owner

Done #69

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

No branches or pull requests

2 participants