remove basepython from default testenv settings

We do not want to set basepython in [testenv] because that overrides
the value used in the automatic environments like py35 and py36.

Change-Id: If198a38def34c3017523ab2fa8fec1c094732443
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-10-12 13:20:58 -04:00
parent 0380e05d27
commit 92764d7cd6
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ minversion = 1.6
skipsdist = True
[testenv]
basepython = python3
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}