Add py34 to tox.ini

Add py34 to tox.ini.
if encounter with error 'db type could not be determined',
please remove .testrepository/ and .tox/ first, then run
'tox -e py34'

Change-Id: Ia1ef4464d0c8ac4cae5af0ef608ea1852599c1b3
This commit is contained in:
Ethan Lynn
2015-12-08 01:29:35 +08:00
parent 4389e144ca
commit 93547a8de5

View File

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