mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-07 04:26:52 +00:00
Test py36 instead of py34
This commit is contained in:
parent
5da199bb8d
commit
bec44063b0
4 changed files with 14 additions and 15 deletions
|
|
@ -1,10 +1,10 @@
|
|||
environment:
|
||||
matrix:
|
||||
- TOXENV: py27
|
||||
- TOXENV: py35
|
||||
- TOXENV: py36
|
||||
|
||||
install:
|
||||
- "SET PATH=C:\\Python35;C:\\Python35\\Scripts;%PATH%"
|
||||
- "SET PATH=C:\\Python36;C:\\Python36\\Scripts;%PATH%"
|
||||
- pip install tox
|
||||
|
||||
# Not a C# project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue