slpkg/.travis.yml
Dimitris Zlatanidis d3332da25c update .travis.yml
2014-10-21 00:55:02 +03:00

15 lines
231 B
YAML

language: python
python:
- "2.7"
- "pypy"
# command to install dependencies
# install:
- pip install coveralls
# - pip install -r requirements.txt
# command to run tests
script:
nosetests
after_success:
coveralls