Enable python3.4 tests for tox and TravisCI

This commit is contained in:
Ivan Kolodyazhny 2014-07-31 13:46:16 +03:00
parent 36d5e73094
commit 8b3cd7342d
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
install:
- pip install tox
- pip install mock

View File

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