Skip to content

Commit fdcbda9

Browse files
Merge pull request #156 from opentok/update-travis
Updating travis to support 2.7 to 37
2 parents 5364236 + 810c03a commit fdcbda9

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)