Skip to content

Commit ad1122e

Browse files
fix: dev: Fixed bug in Tox were the Python2.7 interpreter is been used.
1 parent b38e82f commit ad1122e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ passenv = http_proxy https_proxy
66
deps =
77
-rrequirements.dev.txt
88
commands =
9-
python -c "import autoapi; print(autoapi.__file__)"
9+
{envpython} -c "import autoapi; print(autoapi.__file__)"
1010
flake8
1111
py.test
1212

0 commit comments

Comments
 (0)