[TEST] fix appvevor

This commit is contained in:
Benedek Racz 2019-09-04 11:57:21 +02:00
parent 1b054f80f7
commit 1f1007a37f
2 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,4 @@ install:
- pip install .[test] - pip install .[test]
test_script: test_script:
- tox - python -m tox

View File

@ -26,5 +26,6 @@ keywords =
[options.extras_require] [options.extras_require]
test = test =
coverage coverage
tox
setuptools>=38.0 setuptools>=38.0