fix tox config to work with newer version
This commit is contained in:
parent
5efd38c990
commit
249acc9e0b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ envlist = py27,py36,pypy,{py2,py3}-cov,coverage
|
|||
deps = -rrequirements.txt
|
||||
-rtest-requirements.txt
|
||||
|
||||
passenv = TOXENV CI TRAVIS TRAVIS_*
|
||||
passenv = TOXENV,CI,TRAVIS,TRAVIS_*
|
||||
commands = pytest --benchmark-disable
|
||||
usedevelop = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue