From ecb3731cbe45acfc762443ff9e702e040b642b08 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Wed, 7 Feb 2018 11:26:47 -0800 Subject: [PATCH] can't override python that way in tox --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8328bc5..e7e9713 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ commands= core: py.test {posargs:tests/core} doctest: make -C {toxinidir}/docs doctest basepython = - python + doctest: python py35: python3.5 py36: python3.6 pypy3: pypy3 @@ -35,6 +35,7 @@ extras= whitelest_externals=make [testenv:lint] +basepython=python extras=lint commands= flake8 {toxinidir}/ {toxinidir}/tests