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 b019968 commit 33a8f25Copy full SHA for 33a8f25
‎.travis.yml
@@ -5,9 +5,12 @@ notifications:
5
email: true
6
before_install:
7
- R --version
8
+install:
9
- wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O orca.AppImage
- - chmod +x orca.AppImage
10
-install: "pip install --quiet -r requirements.txt"
+ - chmod +x orca.AppImage
11
+ - pip install --quiet -r requirements.txt
12
+after_install:
13
+ - pip freeze
14
dist: xenial
15
services:
16
- xvfb
0 commit comments