2013-02-14 21:28:34 +01:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
2013-04-04 18:30:04 +02:00
|
|
|
- "3.3"
|
2013-02-22 19:16:23 +01:00
|
|
|
# whitelist
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
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-03-27 19:59:37 +01:00
|
|
|
script: make test PYTESTOPTS="--tb=short -n10"
|
2013-02-15 06:50:12 +01:00
|
|
|
#notifications:
|
|
|
|
# email: false
|