Skip to content

Commit 33a8f25

Browse files
committed
pip freeze
1 parent b019968 commit 33a8f25

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ notifications:
55
email: true
66
before_install:
77
- R --version
8+
install:
89
- wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O orca.AppImage
9-
- chmod +x orca.AppImage
10-
install: "pip install --quiet -r requirements.txt"
10+
- chmod +x orca.AppImage
11+
- pip install --quiet -r requirements.txt
12+
after_install:
13+
- pip freeze
1114
dist: xenial
1215
services:
1316
- xvfb

0 commit comments

Comments
 (0)