From 2abae80c333a48a01e150539a66cc12300a7a535 Mon Sep 17 00:00:00 2001 From: Daniel Pizetta Date: Wed, 7 Feb 2018 17:03:24 -0200 Subject: [PATCH] Add --test as command line option for test purposes --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2e6dd2a0c..c4a061a45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,8 @@ before_install: before_script: - cd example script: - - python example.py --qt_from=pyqt --travis - - python example.py --qt_from=pyside --travis + - python example.py --qt_from=pyqt --test + - python example.py --qt_from=pyside --test - - python example.py --qt_from=pyqt --no_dark --travis - - python example.py --qt_from=pyside --no_dark --travis \ No newline at end of file + - python example.py --qt_from=pyqt --no_dark --test + - python example.py --qt_from=pyside --no_dark --test \ No newline at end of file