Skip to content

Commit

Permalink
Temporarily allow failures on Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoegl committed Jan 30, 2018
1 parent eb7fb78 commit 02288db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ env:
- DATABASE_URL="postgres://postgres@localhost/mygpo_test"

sudo: false

# temporarily allow failures on 3.7
# see https://github.com/chtd/psycopg2cffi/issues/95
matrix:
allow_failures:
- python: "3.7-dev"
- python: "nightly"

0 comments on commit 02288db

Please sign in to comment.