mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Use OrderedDict to preserve order
This commit is contained in:
parent
f769c208bc
commit
700b18ed0e
2 changed files with 15 additions and 5 deletions
|
|
@ -6,7 +6,9 @@ env: # These should match the tox env list
|
|||
- TOXENV=py34
|
||||
- TOXENV=pypy
|
||||
- TOXENV=pypy3
|
||||
install: pip install coveralls tox
|
||||
install:
|
||||
- if [[ $TOXENV == py26 ]]; then pip install ordereddict; fi
|
||||
- pip install coveralls tox
|
||||
script: tox
|
||||
# Special snowflake. Our tests depend on making real commits.
|
||||
before_install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue