Skip to content

Commit

Permalink
Use make python-requirements in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aemseemann committed Jan 15, 2020
1 parent 6982235 commit 2987dda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ if [ "$TRAVIS_BUILD_STAGE_NAME" == "Test" ]; then
unset SMING_PROJECTS_DIR
make docs V=1
else
make -C "$SMING_PROJECTS_DIR/samples/HttpServer_FirmwareUpload" python-requirements PIP_ARGS=--user
$MAKE_PARALLEL samples
make clean samples-clean
$MAKE_PARALLEL Basic_Blink ENABLE_CUSTOM_HEAP=1 DEBUG_VERBOSE_LEVEL=3
Expand Down
2 changes: 0 additions & 2 deletions .travis/install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash
set -ex # exit with nonzero exit code if anything fails

pip install --user -r $TRAVIS_BUILD_DIR/samples/HttpServer_FirmwareUpload/requirements.txt

if [ "$TRAVIS_BUILD_STAGE_NAME" == "Test" ]; then
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-6.0 100
pip3 install -r $TRAVIS_BUILD_DIR/docs/requirements.txt
Expand Down

0 comments on commit 2987dda

Please sign in to comment.