From c1a0a7bd50cbbe7b57d3a82ac77b3b087de196a7 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Thu, 17 Mar 2016 21:12:55 +0100 Subject: [PATCH] py.test travis-ci integration. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8215a9f8a..54a603386 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ addons: # command to install dependencies install: - 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 script: make test PYTESTOPTS="--cov=dosage --cov=dosagelib --tb=short -n10" after_success: