py.test travis-ci integration.

This commit is contained in:
Tobias Gruetzmacher 2016-03-17 21:12:55 +01:00
parent e78558fb9b
commit c1a0a7bd50

View file

@ -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: