Skip to content

Commit 97de30e

Browse files
abncrobinso
authored andcommitted
Add tox configuration
1 parent 697fb0c commit 97de30e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tox.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)