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

Commit

Permalink
Remove Python 2.6 from build matrix
Browse files Browse the repository at this point in the history
While it is useful to advertise the versions that backdrop does not work
with I think this can be done in a better way than a travis build that
runs every time but always fails.
  • Loading branch information
robyoung committed Jan 29, 2014
1 parent c6b1a53 commit 6db85fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
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 6db85fd

Please sign in to comment.