Move test dependencies into setup.cfg.
This commit is contained in:
parent
24862715d5
commit
25f1b65315
2 changed files with 6 additions and 3 deletions
|
@ -41,6 +41,10 @@ dimensions =
|
||||||
Pillow
|
Pillow
|
||||||
bash =
|
bash =
|
||||||
argcomplete
|
argcomplete
|
||||||
|
test =
|
||||||
|
pytest-cov
|
||||||
|
pytest-xdist
|
||||||
|
responses
|
||||||
|
|
||||||
[bdist_wheel]
|
[bdist_wheel]
|
||||||
universal=1
|
universal = 1
|
||||||
|
|
3
tox.ini
3
tox.ini
|
@ -10,8 +10,7 @@ commands =
|
||||||
passenv = TRAVIS
|
passenv = TRAVIS
|
||||||
# Also install optional dependencies for tests.
|
# Also install optional dependencies for tests.
|
||||||
deps =
|
deps =
|
||||||
pytest-xdist
|
.[css,dimensions,test]
|
||||||
pytest-cov
|
|
||||||
pytest-travis-fold
|
pytest-travis-fold
|
||||||
cssselect
|
cssselect
|
||||||
Pillow
|
Pillow
|
||||||
|
|
Loading…
Reference in a new issue