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 5ba5adf commit efcae06Copy full SHA for efcae06
.travis.yml
@@ -10,14 +10,16 @@ python:
10
notifications:
11
email: true
12
install:
13
- - npm install -g electron@1.8.4 orca
14
- sudo add-apt-repository --yes ppa:marutter/rrutter3.5
15
- sudo apt-get update --yes
16
- sudo apt install r-api-3.5 --yes
17
- - wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O orca.AppImage
+ - mkdir orca
+ - wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O ./orca/orca
18
- chmod +x orca.AppImage
19
+ - export PATH="${HOME}/orca:${PATH}"
20
- pip install --quiet -r requirements.txt
21
before_script:
22
+ - orca --help
23
- pip freeze
24
services:
25
- xvfb
0 commit comments