py.test travis-ci integration.
This commit is contained in:
parent
e78558fb9b
commit
c1a0a7bd50
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ addons:
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install pytest-xdist pytest-cov coveralls
|
- pip install pytest-xdist pytest-cov pytest-travis-fold coveralls
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: make test PYTESTOPTS="--cov=dosage --cov=dosagelib --tb=short -n10"
|
script: make test PYTESTOPTS="--cov=dosage --cov=dosagelib --tb=short -n10"
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in a new issue