Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

Commit

Permalink
Allow python-2.6 tests to fail on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed May 20, 2015
1 parent 7ad1c2a commit a3b32bd
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
@@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"

Expand All @@ -18,3 +17,4 @@ notifications:
matrix:
allow_failures:
- python: "3.3"
- python: "2.6"

0 comments on commit a3b32bd

Please sign in to comment.