Skip to content

Commit 2183774

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 2183774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cache: pip
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)