Try re-enabling PyPy on Travis

This magically cleared itself up on my machine. Maybe it will work on Travis
too.
This commit is contained in:
Adrian Sampson 2015-01-26 17:22:38 -08:00
parent 35ba6dedfd
commit be5fe4ae7f

View file

@ -10,8 +10,8 @@ matrix:
env: {TOX_ENV: py26}
- python: 2.7
env: {TOX_ENV: py27cov, COVERAGE: 1}
# - python: pypy
# env: {TOX_ENV: pypy}
- python: pypy
env: {TOX_ENV: pypy}
- python: 2.7
env: {TOX_ENV: docs, NONTEST: 1}
- python: 2.7