mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 09:04:41 +04:00
Python 3 compatibility.
This commit is contained in:
parent
ddebb83a40
commit
bb365a6e68
10 changed files with 30 additions and 27 deletions
|
|
@ -2,6 +2,8 @@ language: python
|
|||
env: # These should match the tox env list
|
||||
- TOXENV=py26
|
||||
- TOXENV=py27
|
||||
- TOXENV=py33
|
||||
- TOXENV=pypy
|
||||
install: pip install tox --use-mirrors
|
||||
script: tox
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue