Skip to content

Commit

Permalink
Merge pull request #435 from malmaud/py3_fail
Browse files Browse the repository at this point in the history
Temporarily allow Python 3 to fail.
  • Loading branch information
malmaud authored Sep 13, 2018
2 parents 4f8f248 + 1b40ee1 commit 8902e1c
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 @@ -21,3 +21,6 @@ after_success:
- julia -e 'using Pkg; cd(Pkg.dir("TensorFlow")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
- julia -e 'using Pkg; Pkg.add("Documenter")'
- julia -e 'using Pkg; cd(Pkg.dir("TensorFlow")); include(joinpath("docs", "make.jl"))'
matrix:
allow_failures:
- env: CONDA_JL_VERSION="3" PYTHON=""

0 comments on commit 8902e1c

Please sign in to comment.