Skip to content

Commit 8372825

Browse files
setting up tox for python 2 + 3 testing
1 parent b5924f3 commit 8372825

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[tox]
2+
envlist=py27,py34
3+
4+
[testenv]
5+
deps= -rrequirements.txt
6+
commands=nosetests --no-skip

0 commit comments

Comments
 (0)