Skip to content

Commit b6b1a4b

Browse files
committed
Build without conda
1 parent 664939c commit b6b1a4b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
language: python
22
python:
3-
- '3.6'
3+
- '3.7'
44
notifications:
55
email: true
66
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
109
install: "pip install --quiet -r requirements.txt"
1110
dist: xenial
1211
services:
1312
- xvfb
1413
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"
1714
before_deploy:
1815
- npm install netlify-cli -g
1916
deploy:
@@ -25,5 +22,8 @@ deploy:
2522
addons:
2623
artifacts: true
2724
apt:
25+
sources:
26+
- r-packages-precise
2827
packages:
29-
firefox-geckodriver
28+
- firefox-geckodriver
29+
- r-base

Examples.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"source": [
99
"%matplotlib inline\n",
1010
"\n",
11+
"import readline\n",
1112
"import altair as alt\n",
1213
"import pandas as pd\n",
1314
"import seaborn as sns\n",

0 commit comments

Comments
 (0)