Move pytest-travis-fold to the right place.
This commit is contained in:
parent
1ff4902344
commit
56e05380ba
3 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@
|
|||
/.cache
|
||||
/.coverage
|
||||
/.eggs
|
||||
/.tox
|
||||
/AUTHORS
|
||||
/ChangeLog
|
||||
/Comics
|
||||
|
|
|
@ -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:
|
||||
|
|
1
tox.ini
1
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
|
||||
|
|
Loading…
Reference in a new issue