Move pytest-travis-fold to the right place.

This commit is contained in:
Tobias Gruetzmacher 2016-03-20 19:53:43 +01:00
parent 1ff4902344
commit 56e05380ba
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@
/.cache
/.coverage
/.eggs
/.tox
/AUTHORS
/ChangeLog
/Comics

View file

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

View file

@ -12,5 +12,6 @@ commands = py.test --cov=dosage --cov=dosagelib --tb=short -n10
deps =
pytest-xdist
pytest-cov
pytest-travis-fold
cssselect
Pillow