Skip to content

Commit 0744142

Browse files
committed
Replace python 3.2 with 3.6 in the list of tested python versions
- Our main dependency, requests, is no longer compatible with 3.2 - Neither are pip and virtualenv
1 parent 19b1fbb commit 0744142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ language: python
22
python:
33
- '2.6'
44
- '2.7'
5-
- '3.2'
65
- '3.3'
76
- '3.4'
87
- '3.5'
8+
- '3.6'
99
install:
1010
- pip install -r test_requirements.txt
1111
- pip install -r requirements.txt

0 commit comments

Comments
 (0)