mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 20:16:53 +00:00
Drop py33, add py35
This commit is contained in:
parent
5744ccfd2a
commit
d19360c179
4 changed files with 7 additions and 7 deletions
|
|
@ -1,10 +1,10 @@
|
|||
environment:
|
||||
matrix:
|
||||
- TOXENV: py27
|
||||
- TOXENV: py34
|
||||
- TOXENV: py35
|
||||
|
||||
install:
|
||||
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
|
||||
- "SET PATH=C:\\Python35;C:\\Python35\\Scripts;%PATH%"
|
||||
- pip install tox
|
||||
|
||||
# Not a C# project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue