Merge pull request #45 from e0ne/py34

Enable testing on py34 for tox and TravisCI
This commit is contained in:
Stanislav 2014-07-31 13:53:56 +03:00
commit 5104c98744
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 =