Skip to content

Commit 9259184

Browse files
authored
refactor(travis): update python versions
1 parent 23d037a commit 9259184

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ language: python
22

33
python:
44
- "2.7"
5-
- "3.3"
65
- "3.4"
76
- "3.5"
87
- "3.6"
8+
- "3.7"
9+
- "3.8"
910

1011
install:
1112
- pip install -r requirements.txt

0 commit comments

Comments
 (0)