mirror of
https://github.com/wassname/flask-s3.git
synced 2026-06-27 15:50:06 +08:00
Fix test commands.
This commit is contained in:
+2
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user