mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Add python3.5, pypy3, and latest git to travis
This commit is contained in:
parent
d24a9374d2
commit
2df1dc9023
7 changed files with 48 additions and 5 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,7 +1,7 @@
|
|||
[tox]
|
||||
project = pre_commit
|
||||
# These should match the travis env list
|
||||
envlist = py26,py27,py33,py34,pypy
|
||||
envlist = py26,py27,py33,py34,py35,pypy,pypy3
|
||||
|
||||
[testenv]
|
||||
deps = -rrequirements-dev.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue