8000 Add Python 3.5 to Travis build matrix · twilio/twilio-python@c0c79fd · GitHub
[go: up one dir, main page]

Skip to content

Commit c0c79fd

Browse files
author
Carlos Diaz-Padron
committed
Add Python 3.5 to Travis build matrix
1 parent 0a9c7a9 commit c0c79fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
- '3.2'
66
- '3.3'
77
- '3.4'
8+
- '3.5'
89
install:
910
- pip install . --use-mirrors
1011
- pip install -r requirements.txt --use-mirrors

0 commit comments

Comments
 (0)
0