Skip to content

Commit

Permalink
Add support for tox
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo authored and dlitz committed Jun 23, 2014
1 parent f070adf commit e2e21d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ src/stamp-h1

# Backup files
*~

# Tox
.tox
10 changes: 10 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.

[tox]
envlist = py25, py26, py27, py32, py33, py34, pypy

[testenv]
commands = {envpython} setup.py test

0 comments on commit e2e21d7

Please sign in to comment.