travis: Test matchcompiler with both python2 and python3 (#2644)
This commit is contained in:
parent
871cf379d5
commit
041a476d14
|
@ -113,7 +113,8 @@ matrix:
|
||||||
# check if showtime=top5 works
|
# check if showtime=top5 works
|
||||||
- ./tools/test_showtimetop5.sh
|
- ./tools/test_showtimetop5.sh
|
||||||
# check matchcompiler
|
# check matchcompiler
|
||||||
- ./tools/test_matchcompiler.py
|
- python2 tools/test_matchcompiler.py
|
||||||
|
- python3 tools/test_matchcompiler.py
|
||||||
# check --dump
|
# check --dump
|
||||||
- ${CPPCHECK} test/testpreprocessor.cpp --dump
|
- ${CPPCHECK} test/testpreprocessor.cpp --dump
|
||||||
- xmllint --noout test/testpreprocessor.cpp.dump
|
- xmllint --noout test/testpreprocessor.cpp.dump
|
||||||
|
|
Loading…
Reference in New Issue