Skip to content

Commit

Permalink
ignoring python 3 failures for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Feb 20, 2015
1 parent bfe54ba commit dbb31ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ python:
- "2.7"
- "3.3"


matrix:
allow_failures:
- python: "3.3"

# command to install dependencies
install:
- python setup.py build sdist
Expand Down

0 comments on commit dbb31ac

Please sign in to comment.