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 12f82ed commit bb2e61bCopy full SHA for bb2e61b
‎.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.$(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