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
|
||||
bash =
|
||||
argcomplete
|
||||
test =
|
||||
pytest-cov
|
||||
pytest-xdist
|
||||
responses
|
||||
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
universal = 1
|
||||
|
|
3
tox.ini
3
tox.ini
|
@ -10,8 +10,7 @@ commands =
|
|||
passenv = TRAVIS
|
||||
# Also install optional dependencies for tests.
|
||||
deps =
|
||||
pytest-xdist
|
||||
pytest-cov
|
||||
.[css,dimensions,test]
|
||||
pytest-travis-fold
|
||||
cssselect
|
||||
Pillow
|
||||
|
|
Loading…
Reference in a new issue