Skip to content

Commit 810c03a

Browse files
authored
Updating travis to support 2.7 to 37
1 parent ffc6714 commit 810c03a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: python
22
python:
3-
- '2.6'
43
- '2.7'
5-
- '3.3'
6-
- '3.4'
74
- '3.5'
85
- '3.6'
6+
- '3.7'
97
install:
108
- pip install -r test_requirements.txt
119
- pip install -r requirements.txt

0 commit comments

Comments
 (0)