Skip to content

Commit 4c84184

Browse files
committed
Test on 3.4 and drop 3.2.
Coverage no longer supports 3.2, and since we only just release 3.x support its highly likely noone cares that we test on 3.2 or not.
1 parent e248cd5 commit 4c84184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
- "3.2"
65
- "3.3"
6+
- "3.4"
77

88
install:
99
- "bash .travis.install"

0 commit comments

Comments
 (0)