Run the python tests inside docker
This commit is contained in:
parent
16366dd23d
commit
6ca29f2b9b
1 changed files with 5 additions and 5 deletions
|
@ -56,7 +56,7 @@ if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[skip build]"* ]] ; then
|
|||
if [ $PFM -gt 0 -o "$BRANCH" = "master" ]; then
|
||||
echo
|
||||
echo "Running python tests."
|
||||
bin/qmk nose2
|
||||
docker run --rm -w /qmk_firmware/ -v "$PWD":/qmk_firmware --user $(id -u):$(id -g) qmkfm/base_container bin/qmk nose2
|
||||
: $((exit_code = $exit_code + $?))
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue