mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 12:06:53 +00:00
Don't test python3.5 now that we test python3.7
This commit is contained in:
parent
b9ade8f9a1
commit
c9899ab7d1
3 changed files with 2 additions and 4 deletions
|
|
@ -3,8 +3,6 @@ sudo: false
|
|||
matrix:
|
||||
include: # These should match the tox env list
|
||||
- env: TOXENV=py27
|
||||
- env: TOXENV=py35
|
||||
python: 3.5
|
||||
- env: TOXENV=py36
|
||||
python: 3.6
|
||||
- env: TOXENV=py37
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue