From 56e05380ba3c480e736cc057294a5fd860ce044f Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Sun, 20 Mar 2016 19:53:43 +0100 Subject: [PATCH] Move pytest-travis-fold to the right place. --- .gitignore | 1 + .travis.yml | 2 +- tox.ini | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c4df0b2a..92799f33e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /.cache /.coverage /.eggs +/.tox /AUTHORS /ChangeLog /Comics diff --git a/.travis.yml b/.travis.yml index 058161f1e..2e3837aaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ addons: - libjpeg-dev # command to install dependencies install: - - pip install pytest-travis-fold tox-travis coveralls + - pip install tox-travis coveralls # command to run tests script: tox after_success: diff --git a/tox.ini b/tox.ini index 895b48c23..84420bc88 100644 --- a/tox.ini +++ b/tox.ini @@ -12,5 +12,6 @@ commands = py.test --cov=dosage --cov=dosagelib --tb=short -n10 deps = pytest-xdist pytest-cov + pytest-travis-fold cssselect Pillow