Temporarily remove pypy3 due to lxml not being installable

This commit is contained in:
Anthony Sottile 2015-01-15 10:33:40 -08:00
parent e1c091a4e3
commit 44946b62c1
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@ 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
# Special snowflake. Our tests depend on making real commits.