Updated travis.yml to add Python 3.9 (fix) (#154)
This commit is contained in:
parent
fa88aef603
commit
9c89e61ac2
|
|
@ -9,13 +9,9 @@ matrix:
|
|||
include:
|
||||
- python: 3.5
|
||||
- python: 3.6
|
||||
- python: 3.6-dev
|
||||
- python: 3.7
|
||||
- python: 3.7-dev
|
||||
- python: 3.8
|
||||
- python: 3.8-dev
|
||||
- python: 3.9
|
||||
- python: 3.9-dev
|
||||
- python: nightly
|
||||
|
||||
install:
|
||||
|
|
|
|||
Loading…
Reference in New Issue