Use OrderedDict to preserve order

This commit is contained in:
mattclegg 2016-04-14 09:30:42 +01:00
parent f769c208bc
commit 700b18ed0e
2 changed files with 15 additions and 5 deletions

View file

@ -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: