👷 Enable full Travis for Python 3.8 (#750)

This commit is contained in:
Sebastián Ramírez 2019-11-29 07:45:09 +01:00 committed by GitHub
parent 35510a5ea7
commit 9bd0d6fa96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -7,12 +7,11 @@ cache: pip
python:
- "3.6"
- "3.7"
- "3.8-dev"
- "3.8"
- "nightly"
matrix:
allow_failures:
- python: "3.8-dev"
- python: "nightly"
install: