Remove the basepython declaration from the testenv

This works around https://github.com/tox-dev/tox/issues/1020
This commit is contained in:
Jean-Paul Calderone 2019-01-23 11:45:19 -05:00
parent bd8e4b21b6
commit 812125a71f

View File

@ -12,7 +12,6 @@ minversion = 2.4
skipsdist = True
[testenv]
basepython=python2.7
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
# Get "certifi" to avoid bug #2913. Basically if a `setup_requires=...` causes
# a package to be installed (with setuptools) then it'll fail on certain