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/) #29

Merged
merged 2 commits into from
Nov 21, 2013

Conversation

msabramo
Copy link
Contributor

Tox is a tool that lets you easily test across multiple Python versions locally (i.e.: you don't have to push to GitHub to test like you do with Travis CI, which I also like).

I think this would be a good thing to have when adding Python 3 support.

@msabramo
Copy link
Contributor Author

Sample of use:

marca@marca-mac:~/dev/git-repos/MySQLdb1$ tox -e py26,py27
...
  py26: commands succeeded
  py27: commands succeeded
  congratulations :)

farcepest added a commit that referenced this pull request Nov 21, 2013
@farcepest farcepest merged commit 5ce7d5f into farcepest:master Nov 21, 2013
@msabramo msabramo deleted the tox branch December 6, 2013 20:33
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.

2 participants