Skip to content

Commit

Permalink
Removed Python 3.2 and 3.3 from allowed failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfournie committed Jul 6, 2013
1 parent b566c38 commit 2cc9c1f
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
language: python

python:
- "2.3"
- "2.4"
- "2.5"
- "2.6"
- "2.7"
- "3"
- "3.0"
- "3.1"
- "3.2"
- "3.3"

Expand All @@ -34,12 +28,4 @@ after_success:

matrix:
allow_failures:
- python: "2.3"
- python: "2.4"
- python: "2.5"
- python: "2.6"
- python: "3"
- python: "3.0"
- python: "3.1"
- python: "3.2"
- python: "3.3"
- python: "2.6"

0 comments on commit 2cc9c1f

Please sign in to comment.