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

@ -1,7 +1,7 @@
[tox]
project = pre_commit
# These should match the travis env list
envlist = py26,py27,py33,pypy
envlist = py26,py27,py33,py34,pypy
[testenv]
install_command = pip install --use-wheel {opts} {packages}