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

Commit

Permalink
Allow travis failures for python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
robyoung committed Jul 31, 2013
1 parent f9262a9 commit 500b8b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: python
python:
- "2.6"
- "2.7"
matrix:
allow_failures:
- python: "2.6"
# Need mongodb for testing
services: mongodb
# command to install dependencies
Expand Down

0 comments on commit 500b8b0

Please sign in to comment.