Private
Public Access
2
0

tests: add USEPYTHON3TESTS to explicitly use python3 for tests

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2017-06-13 16:33:47 +02:00
parent 09f8b3ac7b
commit e1778c811d
4 changed files with 13 additions and 5 deletions

View File

@@ -53,6 +53,9 @@ services:
python3:
extends: python2
build:
args:
- USEPYTHON3TESTS=ON
command: bash -c "make _python3-mraa && ctest --output-on-failure"
java: