slpkg/.travis.yml

8 lines
153 B
YAML
Raw Normal View History

2014-10-20 20:28:14 +02:00
language: python
python:
- "2.7"
# command to install dependencies
2014-10-21 00:37:59 +02:00
install: "pip install -r requirements.txt"
2014-10-20 20:28:14 +02:00
# command to run tests
2014-10-21 00:21:28 +02:00
script: nosetests