Skip to content

Commit

Permalink
Merge 0c67440 into 0acc0a7
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed May 8, 2020
2 parents 0acc0a7 + 0c67440 commit 08de83a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: python
dist: xenial

matrix:
include:
Expand All @@ -16,6 +15,11 @@ matrix:
env: TOXENV=py37
- python: "3.8"
env: TOXENV=py38
- python: "3.9-dev"
env: TOXENV=py39
allow_failures:
- python: "3.9-dev"
env: TOXENV=py39

install:
- travis_retry pip install -U pip setuptools
Expand Down

0 comments on commit 08de83a

Please sign in to comment.