mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Add testing for pypy3
This commit is contained in:
parent
f99d70ef0f
commit
dc94a6936d
3 changed files with 5 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ env: # These should match the tox env list
|
|||
- TOXENV=py33
|
||||
- TOXENV=py34
|
||||
- TOXENV=pypy
|
||||
- TOXENV=pypy3
|
||||
install: pip install coveralls tox --use-mirrors
|
||||
script: tox
|
||||
after_success:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue