From 964c2a237a667aa318c442274d618c2027c5ed9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 14 Apr 2019 12:49:43 +0200 Subject: [PATCH] Travis: Try to run the cli testing on Travis --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 551c5c198..05a9fa404 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: