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