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
|
/.cache
|
||||||
/.coverage
|
/.coverage
|
||||||
/.eggs
|
/.eggs
|
||||||
|
/.tox
|
||||||
/AUTHORS
|
/AUTHORS
|
||||||
/ChangeLog
|
/ChangeLog
|
||||||
/Comics
|
/Comics
|
||||||
|
|
|
@ -12,7 +12,7 @@ addons:
|
||||||
- libjpeg-dev
|
- libjpeg-dev
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- pip install pytest-travis-fold tox-travis coveralls
|
- pip install tox-travis coveralls
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: tox
|
script: tox
|
||||||
after_success:
|
after_success:
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -12,5 +12,6 @@ commands = py.test --cov=dosage --cov=dosagelib --tb=short -n10
|
||||||
deps =
|
deps =
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
pytest-travis-fold
|
||||||
cssselect
|
cssselect
|
||||||
Pillow
|
Pillow
|
||||||
|
|
Loading…
Reference in a new issue