Skip to content

Commit

Permalink
Add new python versions to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oldani committed May 10, 2020
1 parent 02ef2cc commit 78ad294
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -1,6 +1,13 @@
language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9-dev"

matrix:
allow_failures:
- python: "3.9-dev"

# command to install dependencies
install:
Expand Down

0 comments on commit 78ad294

Please sign in to comment.