Now using tox to run tests against multiple versions of Python in one go.

This commit is contained in:
2015-03-15 10:14:30 -07:00
parent a5eda0d305
commit 5bc7c04cdf
5 changed files with 18 additions and 6 deletions

8
tox.ini Normal file
View File

@@ -0,0 +1,8 @@
[tox]
envlist=py27,py34
skipsdist=True
[testenv]
usedevelop=True
deps=-rtest_requirements.txt
commands = nosetests