Skip to content

Add tox.ini for tox#8

Open
msabramo wants to merge 1 commit into
yotamoron:masterfrom
msabramo:tox
Open

Add tox.ini for tox#8
msabramo wants to merge 1 commit into
yotamoron:masterfrom
msabramo:tox

Conversation

@msabramo

Copy link
Copy Markdown
Contributor

This allows doing quick sanity checking to make sure it works on various Python versions.

This depends on #3.

@msabramo

Copy link
Copy Markdown
Contributor Author

This allows you to test in multiple Python versions by doing:

$ pip install tox
...
$ tox
...
  py26: commands succeeded
  py27: commands succeeded
  pypy: commands succeeded
  py32: commands succeeded
  py33: commands succeeded
  py34: commands succeeded
  pypy3: commands succeeded
  congratulations :)

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.

1 participant