File tree 2 files changed +8
-7
lines changed 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
- - ' 3.6 '
3
+ - ' 3.7 '
4
4
notifications :
5
5
email : true
6
6
before_install :
7
- - export PATH="./.travis:$HOME/miniconda/bin:$PATH"
8
- - sudo apt-get -qq update
9
- - bash .travis/install_conda.sh
7
+ - wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O orca.AppImage
8
+ - chmod +x orca.AppImage
10
9
install : " pip install --quiet -r requirements.txt"
11
10
dist : xenial
12
11
services :
13
12
- xvfb
14
13
script : make travis
15
- after_script :
16
- - echo "Rendered notebook http://nbviewer.jupyter.org/urls/s3.amazonaws.com/pythonplotbuilds/tdhopper/pythonplot.com/$TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER/Examples.$(git log -1 --pretty=format:'%h').ipynb"
17
14
before_deploy :
18
15
- npm install netlify-cli -g
19
16
deploy :
@@ -25,5 +22,8 @@ deploy:
25
22
addons :
26
23
artifacts : true
27
24
apt :
25
+ sources :
26
+ - r-packages-precise
28
27
packages :
29
- firefox-geckodriver
28
+ - firefox-geckodriver
29
+ - r-base
Original file line number Diff line number Diff line change 8
8
"source" : [
9
9
" %matplotlib inline\n " ,
10
10
" \n " ,
11
+ " import readline\n " ,
11
12
" import altair as alt\n " ,
12
13
" import pandas as pd\n " ,
13
14
" import seaborn as sns\n " ,
You can’t perform that action at this time.
0 commit comments