We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644328c commit 85ce578Copy full SHA for 85ce578
tox.ini
@@ -0,0 +1,9 @@
1
+[tox]
2
+envlist = py26, py27, py32, py33, pypy
3
+
4
+[testenv]
5
+deps= -r{toxinidir}/tests/requirements.txt
6
+commands=
7
+ nosetests \
8
+ []
9
0 commit comments