Travis: Try to run the cli testing on Travis

This commit is contained in:
Daniel Marjamäki 2019-04-14 12:49:43 +02:00
parent 6a83c5d3f3
commit 964c2a237a
1 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,7 @@ env:
before_install:
# install needed deps
- travis_retry sudo apt-get update -qq
- travis_retry sudo apt-get install -qq python-pygments qt5-default qt5-qmake qtbase5-dev qtcreator libxml2-utils libpcre3 gdb unzip wx-common xmlstarlet
- travis_retry sudo apt-get install -qq python-pygments python-pytest qt5-default qt5-qmake qtbase5-dev qtcreator libxml2-utils libpcre3 gdb unzip wx-common xmlstarlet
matrix:
# do notify immediately about it when a job of a build fails.
@ -242,6 +242,10 @@ script:
- qmake
- make -s -j2
- cd ../../
# Testing cli
- cd test/cli
- python -m pytest test-helloworld.py
- cd ../..
notifications:
irc: