Use Python3.4 on travis.

This commit is contained in:
Anthony Sottile 2014-06-01 16:06:50 -07:00
parent 3213703a49
commit 619bca2bdc
3 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@ env: # These should match the tox env list
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
install: pip install tox --use-mirrors
script: tox