Skip to content

Commit

Permalink
Validate example notebooks from CI (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Dec 18, 2018
1 parent ab632d1 commit 787974a
Show file tree
Hide file tree
Showing 6 changed files with 2,130 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ stages:
if: tag IS present
jobs:
include:
- env: VALIDATE_EXAMPLES=1 # unused from the script, just to know what the job does from the Travis UI
addons:
apt:
sources:
- deadsnakes
packages:
- python3.6
install:
- curl https://bootstrap.pypa.io/get-pip.py | sudo -H python3.6
- python3.6 -V
- pip3 -V
- sudo pip3 install -r examples/requirements.txt
script: scripts/setup-and-validate-examples.sh
- scala: 2.11.12
- scala: 2.12.6
- scala: 2.12.7
Expand Down
Loading

0 comments on commit 787974a

Please sign in to comment.