Skip to content

Commit e494ee9

Browse files
committed
fix travis
1 parent b905c89 commit e494ee9

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,9 +1,9 @@
11
language: python
22
python:
3-
- "2.7"
4-
- "3.4"
53
- "3.5"
64
- "3.6"
5+
- "3.7"
6+
- "3.8"
77
install:
88
- pip install -r requirements.txt
99
- pip install -r tests/dev_requirements.txt

0 commit comments

Comments
 (0)