slpkg/.travis.yml

16 lines
231 B
YAML
Raw Normal View History

2014-10-20 21:28:14 +03:00
language: python
python:
- "2.7"
- "pypy"
# command to install dependencies
2014-10-20 21:47:46 +03:00
# install:
2014-10-21 00:55:02 +03:00
- pip install coveralls
2014-10-20 21:47:46 +03:00
# - pip install -r requirements.txt
2014-10-20 21:28:14 +03:00
# command to run tests
2014-10-21 00:55:02 +03:00
script:
nosetests
after_success:
coveralls