Skip to content

Commit

Permalink
Merge pull request #9 from mgedmin/toxify
Browse files Browse the repository at this point in the history
Add a tox.ini
  • Loading branch information
florentx committed Jul 4, 2013
2 parents e3544bb + 67f4be5 commit c57a450
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[tox]
envlist =
py25,py26,py27,py32,py33
# pypy is not ready yet; run manually with tox -e pypy if you want to see
# the failures

[testenv]
deps =
commands =
python setup.py test -q

0 comments on commit c57a450

Please sign in to comment.