Thanks to visit codestin.com Credit goes to github.com
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 6f4e46c commit 12f82edCopy full SHA for 12f82ed
‎.travis.yml
@@ -20,7 +20,7 @@ before_install:
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"
+ - 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.$(git log -1 --pretty=format:'%h').ipynb"
24
addons:
25
artifacts: true
26
deploy:
0 commit comments