Skip to content

Commit 9aa969a

Browse files
committed
pip freeze correctly
1 parent 33a8f25 commit 9aa969a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.travis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
dist: xenial
2+
addons:
3+
artifacts: true
4+
apt:
5+
sources:
6+
- r-packages-precise
7+
packages:
8+
- firefox-geckodriver
9+
- r-base
110
language: python
211
python:
312
- '3.7'
@@ -9,9 +18,8 @@ install:
918
- wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O orca.AppImage
1019
- chmod +x orca.AppImage
1120
- pip install --quiet -r requirements.txt
12-
after_install:
13-
- pip freeze
14-
dist: xenial
21+
before_script:
22+
- pip freeze
1523
services:
1624
- xvfb
1725
script: make travis
@@ -22,12 +30,4 @@ deploy:
2230
script: ./netlify_deploy.sh
2331
skip_cleanup: true
2432
on:
25-
all_branches: true
26-
addons:
27-
artifacts: true
28-
apt:
29-
sources:
30-
- r-packages-precise
31-
packages:
32-
- firefox-geckodriver
33-
- r-base
33+
all_branches: true

0 commit comments

Comments
 (0)