Skip to content

Commit 71086b8

Browse files
committed
show rendered notebook
1 parent 7c82a82 commit 71086b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
notifications:
55
email: false
66
before_install:
7+
-
78
- sudo apt-get update
89
# We do this conditionally because it saves us some downloading if the
910
# version is the same.
@@ -18,6 +19,8 @@ before_install:
1819
- conda install r-essentials pip
1920
install: "pip install -r requirements.txt"
2021
script: make travis
22+
after_script:
23+
- echo "Rendered notebook: http://nbviewer.jupyter.org/urls/s3.amazonaws.com/pythonplotbuilds/tdhopper/pythonplot.com/$TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER/ggplot%20vs%20Python%20Plotting.$(shell git log -1 --pretty=format:"%h").ipynb"
2124
addons:
2225
artifacts: true
2326
deploy:

0 commit comments

Comments
 (0)