Removed python 3.9 from travis.
This commit is contained in:
parent
171ecadbfd
commit
691f67ef1b
|
@ -7,7 +7,7 @@ python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
- "3.8"
|
- "3.8"
|
||||||
- "3.9"
|
# - "3.9"
|
||||||
install:
|
install:
|
||||||
- pip install tox-travis
|
- pip install tox-travis
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue