Updated Travis config to add PyPy again.

This commit is contained in:
Vinay Sajip 2018-06-25 11:14:07 +01:00
parent b4ed00e222
commit 93172a1c0c
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ python:
- "3.4"
- "3.5"
- "3.6"
# - "pypy" removed temporarily as coveralls isn't fully compatible on Travis ...
- "pypy"
# pypy was removed temporarily as coveralls isn't always fully compatible on Travis ...
# RuntimeError: cryptography 1.9 is not compatible with PyPy < 5.3. Please upgrade PyPy to use this library.
before_install: "mkdir -p $HOME/.distlib && sudo chown -R travis:travis $HOME/.distlib || true"
# install: