add Python 3.4 to Tox and Travis CI

This commit is contained in:
Martin Zimmermann 2014-04-21 10:43:51 +02:00
parent 26cc7eb634
commit f48cbf65b0
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ env:
- TOX_ENV=py26 - TOX_ENV=py26
- TOX_ENV=py27 - TOX_ENV=py27
- TOX_ENV=py33 - TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=backport - TOX_ENV=backport
matrix: matrix:
allow_failures: allow_failures:

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py26,py27,py33 envlist = py26,py27,py33,py34
[testenv:py26] [testenv:py26]
deps = deps =
argparse argparse