Skip to content

Commit 1c62027

Browse files
committed
Fix Python 3.9 setup in Travis CI
1 parent 84c66a7 commit 1c62027

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
language: python
1+
os: linux
2+
dist: bionic
23

4+
language: python
35
python:
46
- "3.7"
57
- "3.8"
6-
- "3.9"
8+
- "3.9-dev"
79

810
install: pip install tox-travis codecov
911
script: tox

0 commit comments

Comments
 (0)