Add --test as command line option for test purposes

This commit is contained in:
Daniel Pizetta 2018-02-07 17:03:24 -02:00
parent 0ed8eb5a40
commit 2abae80c33
1 changed files with 4 additions and 4 deletions

View File

@ -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
- python example.py --qt_from=pyqt --no_dark --test
- python example.py --qt_from=pyside --no_dark --test