Skip to content

Commit

Permalink
Add python3.8 and 3.9-dev to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdandm committed May 3, 2020
1 parent e68a4cb commit 5bd0859
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -21,8 +21,9 @@ after_success:
matrix:
include:
- python: 3.7
- python: 3.7-dev
# - python: 3.8-dev
- python: 3.8
- python: 3.8-dev
- python: 3.9-dev

deploy:
- provider: pypi
Expand Down

0 comments on commit 5bd0859

Please sign in to comment.