Browse Source

👷 Enable full Travis for Python 3.8 (#750)

pull/751/head
Sebastián Ramírez 5 years ago
committed by GitHub
parent
commit
9bd0d6fa96
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .travis.yml

3
.travis.yml

@ -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:

Loading…
Cancel
Save