Skip to content

Commit beab332

Browse files
committed
Use 3.8 over 3.8-dev for Travis builds
Matplotlib is choking on something that it didn't choke on before. Maybe this will fix it.
1 parent 60de67f commit beab332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: python
2-
dist: xenial # for python3.7+ testing
2+
dist: bionic
33

44
cache: pip
55

66
python:
77
- 3.6
88
- 3.7
9-
- 3.8-dev
9+
- 3.8
1010

1111
install:
1212
# numpy requires some additional dependencies

0 commit comments

Comments
 (0)