Skip to content

Commit da2df28

Browse files
committed
Change travis to use Py 3.8 now it's out
1 parent 54ab0f1 commit da2df28

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
@@ -3,7 +3,7 @@ dist: xenial
33
python:
44
- '3.6'
55
- '3.7'
6-
- "3.8-dev"
6+
- "3.8"
77
install:
88
- pip install -U coveralls pytest
99
script:

0 commit comments

Comments
 (0)