Skip to content

Commit

Permalink
travis: Test matchcompiler with both python2 and python3 (#2644)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardfalkeborn authored May 16, 2020
1 parent 871cf37 commit 041a476
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 041a476

Please sign in to comment.