mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +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,8 +1,9 @@
|
|||
language: python
|
||||
python: 3.5
|
||||
env: # These should match the tox env list
|
||||
- TOXENV=py27
|
||||
- TOXENV=py33
|
||||
- TOXENV=py34
|
||||
- TOXENV=py35
|
||||
- TOXENV=pypy
|
||||
- TOXENV=pypy3
|
||||
install: pip install coveralls tox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue