Tox is a utility that helps you test on different versions of Python.
This commit is contained in:
Kevin McCarthy
2014-05-25 19:39:20 -10:00
parent 431acaabf7
commit 940cb7b152
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -2,3 +2,6 @@ env/
.workon
.epio-app
*.pyc
.tox
*.egg-info
*.swp
+4
View File
@@ -0,0 +1,4 @@
[tox]
envlist = py27,py34
[testenv]
commands=python test_httpbin.py