slpkg/.travis.yml
Dimitris Zlatanidis 2ec158bca3 update travis
2014-10-21 01:37:59 +03:00

7 lines
153 B
YAML

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