setting up tox for python 2 + 3 testing

This commit is contained in:
Jon Haddad
2014-07-02 16:47:45 -07:00
parent b5924f38a4
commit 8372825687

6
tox.ini Normal file
View File

@@ -0,0 +1,6 @@
[tox]
envlist=py27,py34
[testenv]
deps= -rrequirements.txt
commands=nosetests --no-skip