travis: Test matchcompiler with both python2 and python3 (#2644)

This commit is contained in:
Rikard Falkeborn 2020-05-16 07:33:55 +02:00 committed by GitHub
parent 871cf379d5
commit 041a476d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,8 @@ matrix:
# check if showtime=top5 works
- ./tools/test_showtimetop5.sh
# check matchcompiler
- ./tools/test_matchcompiler.py
- python2 tools/test_matchcompiler.py
- python3 tools/test_matchcompiler.py
# check --dump
- ${CPPCHECK} test/testpreprocessor.cpp --dump
- xmllint --noout test/testpreprocessor.cpp.dump