Added python3.4 in tox.ini

This commit is contained in:
Joffrey F 2014-06-20 21:08:58 +02:00
parent 3ad75e0896
commit 28cb2c5994
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py32, py33, flake8
envlist = py26, py27, py32, py33, py34, flake8
skipsdist=True
[testenv:py26]