From a1ba89ed413b1f6ea2691f14948d0ef3cc03fbf0 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Wed, 7 Feb 2018 11:18:47 -0800 Subject: [PATCH] every tox environment should have a basic python --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 162657f..f28e277 100644 --- a/tox.ini +++ b/tox.ini @@ -25,6 +25,7 @@ commands= core: py.test {posargs:tests/core} doctest: make -C {toxinidir}/docs doctest basepython = + python py35: python3.5 py36: python3.6 pypy3: pypy3 @@ -33,7 +34,6 @@ extras= doctest: doc [testenv:lint] -basepython=python extras=lint commands= flake8 {toxinidir}/ {toxinidir}/tests