Pin python version to 2.7

Make python versioned pinned to 2.7, if it's not pinned newer OS's will pickup
3.x instead for tox env's.

Closes-Bug: #1456955

Change-Id: I5312206aaf83857a56a75cc24d3b56322a74420c
This commit is contained in:
Endre Karlson
2015-05-18 15:16:25 +02:00
committed by Endre Karlson
parent 5d4eeca3e5
commit 17858534b3

View File

@@ -33,6 +33,7 @@ commands = oslo_debug_helper {posargs}
commands = flake8
[testenv:pep8]
basepython = python2.7
commands = flake8
[testenv:pyflakes]