Sebastián Ramírez
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
.travis.yml
|
@ -7,12 +7,11 @@ cache: pip |
|
|
python: |
|
|
python: |
|
|
- "3.6" |
|
|
- "3.6" |
|
|
- "3.7" |
|
|
- "3.7" |
|
|
- "3.8-dev" |
|
|
- "3.8" |
|
|
- "nightly" |
|
|
- "nightly" |
|
|
|
|
|
|
|
|
matrix: |
|
|
matrix: |
|
|
allow_failures: |
|
|
allow_failures: |
|
|
- python: "3.8-dev" |
|
|
|
|
|
- python: "nightly" |
|
|
- python: "nightly" |
|
|
|
|
|
|
|
|
install: |
|
|
install: |
|
|