Removed python 3.9 from travis.

This commit is contained in:
Fabio Caccamo 2020-10-07 10:44:37 +02:00
parent 171ecadbfd
commit 691f67ef1b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
# - "3.9"
install:
- pip install tox-travis
script: