We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c82a82 commit 71086b8Copy full SHA for 71086b8
.travis.yml
@@ -4,6 +4,7 @@ python:
4
notifications:
5
email: false
6
before_install:
7
+ -
8
- sudo apt-get update
9
# We do this conditionally because it saves us some downloading if the
10
# version is the same.
@@ -18,6 +19,8 @@ before_install:
18
19
- conda install r-essentials pip
20
install: "pip install -r requirements.txt"
21
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"
24
addons:
25
artifacts: true
26
deploy:
0 commit comments