Skip to content

Commit

Permalink
global: add allow_failures to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
inveniobot authored and switowski committed Mar 16, 2018
1 parent 54c0adc commit cd12729
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ sudo: false

language: python

matrix:
fast_finish: true

cache:
directories:
- $HOME/.cache/pip
Expand All @@ -43,8 +40,10 @@ python:
- "pypy"

matrix:
fast_finish: true
allow_failures:
- python: pypy
- env: REQUIREMENTS=devel SQLALCHEMY_DATABASE_URI="postgresql+psycopg2://postgres@localhost:5432/travis"

before_install:
- |
Expand Down

0 comments on commit cd12729

Please sign in to comment.