Updated Travis config to add PyPy again.
This commit is contained in:
parent
b4ed00e222
commit
93172a1c0c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue