2013-02-14 20:28:34 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
- "3.3"
|
2013-02-14 20:32:20 +00:00
|
|
|
# command to install dependencies
|
|
|
|
install:
|
|
|
|
- pip install -r requirements.txt --use-mirrors
|
|
|
|
- pip install pytest-xdist --use-mirrors
|
2013-02-14 20:28:34 +00:00
|
|
|
# command to run tests
|
2013-02-15 06:20:55 +00:00
|
|
|
script: make test TESTS=tests/test_util.py
|
2013-02-15 05:50:12 +00:00
|
|
|
#notifications:
|
|
|
|
# email: false
|