mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
8 lines
183 B
YAML
8 lines
183 B
YAML
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
|