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
@@ -6,4 +6,5 @@ deps=-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands=
python setup.py test
nosetests \
[]
+1 -1
View File
@@ -5,7 +5,7 @@ This Python package is automatically generated by the [Swagger Codegen](https://
- API version: 1.0.0
- Package version: 1.0.0
- Build date: 2016-05-16T22:16:49.376+01:00
- Build date: 2016-05-17T19:47:06.491+01:00
- Build package: class io.swagger.codegen.languages.PythonClientCodegen
## Requirements.
+2 -1
View File
@@ -6,4 +6,5 @@ deps=-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands=
python setup.py test
nosetests \
[]