Skip to content

Commit ea9a572

Browse files
committed
Install python3-requests as an addon
1 parent 9950fa2 commit ea9a572

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ env:
66
- EXTENSION_ID=eechpbnaifiimgajnomdipfaamobdfha
77
- EXTENSION_ZIP_PATH=bin/chrome-ssh-agent.zip
88
- PUBLISH_TARGET=trustedTesters
9-
init:
10-
pip install pipenv
11-
pipenv install --dev
12-
pipenv install requests
9+
addons:
10+
apt:
11+
packages:
12+
- python3-requests
1313
deploy:
1414
- provider: releases
1515
api_key:

0 commit comments

Comments
 (0)