Tox python env changed to py27 in run_tests.sh

After moving to the CentOS 7 we have no python26 env.

Change-Id: Ia9ad4438ebfd2f6c6cdc1aaebae4f52f96a333c7
Closes-Bug: #1523397
This commit is contained in:
Alexander Kislitsky 2015-12-09 17:36:20 +03:00
parent f6fe6375c4
commit 30f0f8007b
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ TESTRTESTS="nosetests"
FLAKE8="flake8"
PEP8="pep8"
GULP="./node_modules/.bin/gulp"
TOXENV=${TOXENV:-py26}
TOXENV=${TOXENV:-py27}
# test options
testrargs=