tox/travis/appveyor: enable testing on py3.7
This commit is contained in:
parent
5dd41cead3
commit
47e4c436a8
|
@ -18,6 +18,7 @@ environment:
|
|||
- PYTHON: "C:\\Python35-x64"
|
||||
- PYTHON: "C:\\Python36"
|
||||
- PYTHON: "C:\\Python36-x64"
|
||||
- PYTHON: "C:\\Python37-x64"
|
||||
|
||||
install:
|
||||
- |
|
||||
|
|
|
@ -12,6 +12,7 @@ python:
|
|||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "nightly"
|
||||
install:
|
||||
- pip install -U pip tox virtualenv codecov
|
||||
|
|
Loading…
Reference in New Issue
Block a user