There was an error while loading. Please reload this page.
1 parent 697fb0c commit 97de30eCopy full SHA for 97de30e
1 file changed
tox.ini
@@ -0,0 +1,9 @@
1
+[tox]
2
+envlist = py27,py33
3
+
4
+[testenv]
5
+deps=
6
+ -rrequirements.txt
7
+ -rtest-requirements.txt
8
+commands=
9
+ python setup.py test []
0 commit comments