Skip to content

Commit

Permalink
Merge pull request #382 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Travis CI: Add Python 3.9 production release
  • Loading branch information
jjjake committed Nov 23, 2020
2 parents cd2f4be + 4a5f510 commit 5f8ea03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -4,12 +4,12 @@ language: python
install: pip install tox-travis
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9-dev"
- "3.9"
- "3.10-dev"
jobs:
allow_failures:
- python: "3.9-dev"
- python: "3.10-dev"
script: tox

0 comments on commit 5f8ea03

Please sign in to comment.