steth/.travis.yml
Damon.Wang 18d9dfe6dc Update .travis.yml
Support show ut verbose message
2015-12-28 15:00:16 +08:00

14 lines
278 B
YAML

language: python
python:
- "2.6"
- "2.7"
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install pep8 --use-mirrors"
- "pip install nose --use-mirrors"
# command to run tests
before_script:
- "pep8 stetho"
script: nosetests -v