dosage/.travis.yml
2013-02-15 20:39:05 +01:00

12 lines
280 B
YAML

language: python
python:
- "2.7"
# - "3.3"
# command to install dependencies
install:
- pip install -r requirements.txt --use-mirrors
- pip install pytest-xdist --use-mirrors
# command to run tests
script: make test TESTS=tests/test_util.py
#notifications:
# email: false