Update Travis configuration to omit pypy due to coveralls incompatibility.
This commit is contained in:
parent
820cb6fc50
commit
b0f0489fea
|
@ -11,7 +11,8 @@ python:
|
|||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "pypy"
|
||||
# - "pypy" removed temporarily as coveralls isn't 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:
|
||||
- pip install coveralls
|
||||
|
|
Loading…
Reference in New Issue