mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 20:44:18 +00:00
Add python 3.4 on travis.
This commit is contained in:
parent
0a2daf5f8b
commit
f961d8f5e1
3 changed files with 3 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,7 +1,7 @@
|
|||
[tox]
|
||||
project = pre_commit_hooks
|
||||
# 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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue