Added Python 3.7 to Travis configuration.

This commit is contained in:
Vinay Sajip 2019-08-13 21:16:18 +01:00
parent a7e931c48e
commit 38f31a5341
1 changed files with 1 additions and 0 deletions

View File

@ -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.