Added Python 3.7 to Travis configuration.
This commit is contained in:
parent
a7e931c48e
commit
38f31a5341
|
@ -11,6 +11,7 @@ python:
|
|||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "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.
|
||||
|
|
Loading…
Reference in New Issue