Hardcode python 2 usage

On never systems python3 may be used.

Change-Id: I79aec42ab8ef98683f4ccbf4f69516fba66bd722
This commit is contained in:
Łukasz Oleś 2016-01-30 00:00:02 +01:00
parent 2164e76012
commit fd42a7f6e6

View File

@ -14,6 +14,7 @@ deps = -r{toxinidir}/test-requirements.txt
commands = ostestr
[testenv:pep8]
basepython=python2
deps = hacking==0.10.2
usedevelop = False
commands =