Skip to content

Commit

Permalink
Travis: Add Python 3.6 in allow_failures mode to Travis CI (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and deshraj committed Oct 30, 2017
1 parent 4cfc491 commit cd4cd5c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,7 +1,12 @@
language: python
sudo: false
python:
- '2.7'
- "2.7"
- "3.6"

matrix:
allow_failures:
- python: "3.6"

addons:
postgresql: "9.4"
Expand Down

0 comments on commit cd4cd5c

Please sign in to comment.