Fix tox for 2.7 tests

This commit is contained in:
Scott Williams
2016-05-17 19:50:03 +01:00
parent ad6b347170
commit af64746870
3 changed files with 5 additions and 3 deletions

View File

@@ -6,4 +6,5 @@ deps=-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands=
python setup.py test
nosetests \
[]