Skip to content

Commit a9888c6

Browse files
committed
Travis fix
1 parent 5d2cc30 commit a9888c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ python:
33
- "3.6"
44
- "3.7"
55
- "3.8"
6-
- "3.9"
76
- "pypy3"
87
- "nightly"
98
install:
@@ -13,6 +12,9 @@ script:
1312
matrix:
1413
allow_failures:
1514
- python: "nightly"
15+
include:
16+
- python: "3.9"
17+
dist: xenial
1618

1719
dist: bionic
1820

0 commit comments

Comments
 (0)