Add py34 to envlist

Since we already added py34 job to Sahara, it would be useful
to add py34 to envlist in tox.ini

Change-Id: I3ddcf96045bbe1a2d376831fc2e6fff2e94cedc3
This commit is contained in:
Vitaly Gridnev 2015-07-02 15:30:04 +03:00
parent 6f0bd27ca0
commit a12293d433
1 changed files with 1 additions and 1 deletions

View File

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