Fix conflicts with tox

basepython when set on the testenv breaks py27 testing

Change-Id: I9907f5077cd00f6ea596e90e428aece68ac0a99e
This commit is contained in:
Adrian Turjak 2019-01-16 16:36:58 +13:00
parent 3fe9d171cb
commit 06cb36e46e
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ envlist = py27,py35,pep8,cover_report
skipsdist = True
[testenv]
basepython = python3
usedevelop = True
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt