File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,10 @@ jobs:
180
180
- git fetch --unshallow
181
181
- git pull --tags
182
182
- .travis/before_install.sh
183
- install : .travis/install.sh
183
+ install :
184
+ - .travis/install.sh
185
+ - pip install s3cmd
186
+ - pip install pyinstaller
184
187
script :
185
188
- source .travis/set_tag.sh
186
189
- REPO=${TRAVIS_REPO_SLUG} RAIDENVERSION=${TRAVIS_COMMIT} make bundle-docker
Original file line number Diff line number Diff line change 11
11
12
12
pip install ${INSTALL_OPT} --upgrade pip wheel
13
13
pip install ${INSTALL_OPT} pytest-travis-fold
14
- pip install ${INSTALL_OPT} s3cmd
15
- pip install ${INSTALL_OPT} pyinstaller
16
14
pip install ${INSTALL_OPT} -c constraints.txt --upgrade --upgrade-strategy eager -r requirements-dev.txt
17
15
pip install ${INSTALL_OPT} -c constraints.txt -e .
18
16
You can’t perform that action at this time.
0 commit comments