dosage/.travis.yml

13 lines
255 B
YAML
Raw Normal View History

2013-02-14 21:28:34 +01:00
language: python
python:
- "2.7"
2013-02-15 20:39:05 +01:00
# - "3.3"
2013-02-14 21:32:20 +01:00
# command to install dependencies
install:
- pip install -r requirements.txt --use-mirrors
- pip install pytest-xdist --use-mirrors
2013-02-14 21:28:34 +01:00
# command to run tests
2013-02-16 13:02:35 +01:00
script: make test
2013-02-15 06:50:12 +01:00
#notifications:
# email: false