We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692827f commit 784c4f7Copy full SHA for 784c4f7
tox.ini
@@ -4,7 +4,7 @@ envlist =
4
py3{6,7,8,9}-functional
5
6
[testenv]
7
-passenv = TOXENV CI TRAVIS TRAVIS_*
+passenv = TOXENV,CI,TRAVIS,TRAVIS_*
8
usedevelop = True
9
install_command = pip install -U {opts} {packages}
10
deps = -r{toxinidir}/test-requirements.txt
0 commit comments