Fix test commands.

This commit is contained in:
SunDwarf
2015-09-28 16:36:25 +01:00
parent d8ab184531
commit a9bde93d2c
+2 -1
View File
@@ -5,8 +5,9 @@ python:
- "3.3" - "3.3"
- "3.4" - "3.4"
- "3.5" - "3.5"
- "nightly"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt --use-mirrors install: pip install -r requirements.txt
# command to run tests, e.g. python setup.py test # command to run tests, e.g. python setup.py test
script: nosetests --with-coverage --cover-package=flask_s3 script: nosetests --with-coverage --cover-package=flask_s3
after_success: coveralls after_success: coveralls