fix tox config to work with newer version

This commit is contained in:
Hubert Chathi 2022-12-23 17:37:43 -05:00
parent 5efd38c990
commit 249acc9e0b

View file

@ -6,7 +6,7 @@ envlist = py27,py36,pypy,{py2,py3}-cov,coverage
deps = -rrequirements.txt deps = -rrequirements.txt
-rtest-requirements.txt -rtest-requirements.txt
passenv = TOXENV CI TRAVIS TRAVIS_* passenv = TOXENV,CI,TRAVIS,TRAVIS_*
commands = pytest --benchmark-disable commands = pytest --benchmark-disable
usedevelop = True usedevelop = True