Enable py34 checker

Add py34 env to tox.ini

blueprint fuel-qa-python3-compatibility

Change-Id: I4d0466df5261d42ea91cbdd9f52e866a0ca5d50b
This commit is contained in:
Alexey Stepanov 2016-04-15 11:17:35 +03:00
parent 99cd80fe46
commit 9d0b5f7fe6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
[tox]
minversion = 1.6
envlist = py27, pep8
envlist = py27, pep8, py34
skipsdist = True
[testenv]