Skip to content

Commit

Permalink
Keeping an eye on Python 3.6
Browse files Browse the repository at this point in the history
Added Python 3.6 as an allowed failure to the Travis build
matrix. Like this we will know when all our dependencies are available
on conda in Python 3.6.
  • Loading branch information
jacg committed Jan 9, 2017
1 parent b34c275 commit 8b3d3a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ matrix:
fast_finish: true
allow_failures:
- os: osx
- env: IC_PYTHON_VERSION=3.6

env:
- IC_PYTHON_VERSION=2.7
- IC_PYTHON_VERSION=3.5
- IC_PYTHON_VERSION=3.6

os:
- linux
Expand Down

0 comments on commit 8b3d3a4

Please sign in to comment.