Style fixups

This commit is contained in:
Anthony Sottile 2016-04-14 08:25:52 -07:00
parent ea867c2e68
commit 17478a0a50
3 changed files with 14 additions and 12 deletions

View file

@ -5,8 +5,7 @@ env: # These should match the tox env list
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pypy3
install:
- pip install coveralls tox
install: pip install coveralls tox
script: tox
# Special snowflake. Our tests depend on making real commits.
before_install: