Updated travis stuff.
This commit is contained in:
parent
591df0f814
commit
f13abcdb2e
1 changed files with 4 additions and 0 deletions
|
@ -2,5 +2,9 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
|
# command to install dependencies
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.txt --use-mirrors
|
||||||
|
- pip install pytest-xdist --use-mirrors
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: make test TESTS=tests.test_util
|
script: make test TESTS=tests.test_util
|
||||||
|
|
Loading…
Reference in a new issue