mirror of
https://github.com/wassname/flask-s3.git
synced 2026-08-05 13:00:41 +08:00
adds support for Travis
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "2.6"
|
||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||
install: pip install -r docs/requirements.txt --use-mirrors
|
||||
# command to run tests, e.g. python setup.py test
|
||||
script: nosetests
|
||||
Reference in New Issue
Block a user