dosage/.travis.yml
Bastian Kleineidam a4e7001343 Test Python 3.3
2013-04-04 18:30:04 +02:00

17 lines
326 B
YAML

language: python
python:
- "2.7"
- "3.3"
# whitelist
branches:
only:
- master
# 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 PYTESTOPTS="--tb=short -n10"
#notifications:
# email: false