Skip to content

Commit

Permalink
Allow Python 3.4 with extras to fail at Travis
Browse files Browse the repository at this point in the history
Allow Python 3.4 with extras to fail at Travis

Allow Python 3.4 with extras to fail at Travis
  • Loading branch information
datakurre committed Nov 20, 2014
1 parent 78d7a22 commit 8b5bb47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,10 @@ env:
matrix:
- CONF=travis.cfg
- CONF=extras.cfg EXTRAS_INSTALLED=true
matrix:
allow_failures:
- python: 3.4
env: CONF=extras.cfg EXTRAS_INSTALLED=true
install:
- python bootstrap.py
- bin/buildout -c $CONF annotate
Expand Down

0 comments on commit 8b5bb47

Please sign in to comment.