Skip to content

Commit d48e0a6

Browse files
authored
Remove Python 3.2 from Travis
requests doesn't support Python 3.2 and it is causing the Travis build to fail.
1 parent 9324e4e commit d48e0a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
python:
33
- '2.7'
4-
- '3.2'
54
- '3.3'
65
- '3.4'
76
- '3.5'

0 commit comments

Comments
 (0)