Skip to content

Commit 8fd4d2b

Browse files
committed
Update supported Python versions for Travis CI
1 parent 7cd8524 commit 8fd4d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.4"
54
- "3.5"
65
- "3.6"
76
- "3.7"
7+
- "3.8"
88
install:
99
- pip install -r requirements.txt
1010
- pip install responses

0 commit comments

Comments
 (0)