Skip to content

Commit

Permalink
Test on 3.4 and drop 3.2.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rbtcollins committed Nov 17, 2015
1 parent e248cd5 commit 4c84184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"

install:
- "bash .travis.install"
Expand Down

0 comments on commit 4c84184

Please sign in to comment.