Skip to content

Commit

Permalink
Merge pull request #551 from Carreau/3.9
Browse files Browse the repository at this point in the history
Start testing on Python 3.9
  • Loading branch information
Carreau authored Oct 12, 2020
2 parents b7f14bf + f01c2c0 commit 9cc8ea7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ matrix:
python: 3.8
- arch: amd64
python: 3.8
- arch: amd64
python: "3.9-dev"
sudo: false
dist: xenial
install:
Expand Down Expand Up @@ -57,7 +59,7 @@ after_success:
- codecov
matrix:
include:
- python: 3.7
- python: 3.8
env:
- IPYTHON=master
allow_failures:
Expand Down

0 comments on commit 9cc8ea7

Please sign in to comment.