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

Add tox.ini for tox (http://tox.testrun.org/) #13

Merged
merged 1 commit into from
Jan 25, 2015

Conversation

msabramo
Copy link
Contributor

Tox lets you run your tests with multiple versions of Python.

$ pip install tox
...
$ tox
...
  py26: commands succeeded
  py27: commands succeeded
  py33: commands succeeded
  py34: commands succeeded
  pypy: commands succeeded
  pypy3: commands succeeded
ERROR:   flake8: commands failed

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.85% when pulling 63a7444 on msabramo:tox into 2acc43f on noahmorrison:master.

@noahmorrison noahmorrison merged commit 63a7444 into noahmorrison:master Jan 25, 2015
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 this pull request may close these issues.

None yet

3 participants