Skip to content

Commit

Permalink
Updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jssuzanne committed Apr 9, 2020
1 parent a72c887 commit 8691312
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Expand Up @@ -2,18 +2,16 @@ language: python
sudo: false

python:
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
- "3.7"
- "3.8"
- "3.9-dev"
- "nightly"


matrix:
allow_failures:
- python: "3.6-dev"
- python: "3.7-dev"
- python: "3.9-dev"
- python: "nightly"

virtualenv:
Expand Down

0 comments on commit 8691312

Please sign in to comment.