Disable PyPy on Travis for now

Travis has a very old version of PyPy which seems to be running into a
Unicode-related bug in our tests.
This commit is contained in:
Adrian Sampson 2016-06-29 10:43:51 -07:00
parent a6098928f5
commit 89c7b78994

View file

@ -16,8 +16,8 @@ matrix:
env: {TOX_ENV: py34-test}
- python: 3.5
env: {TOX_ENV: py35-test}
- python: pypy
env: {TOX_ENV: pypy-test}
# - python: pypy
# - env: {TOX_ENV: pypy-test}
- python: 2.7
env: {TOX_ENV: py27-flake8}
- python: 3.3