fix tox config to work with newer version

master
Hubert Chathi 2022-12-23 17:37:43 -05:00
parent 5efd38c990
commit 249acc9e0b
1 changed files with 1 additions and 1 deletions

View File

@ -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