mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-05 08:51:19 -05:00
Add --test as command line option for test purposes
This commit is contained in:
parent
0ed8eb5a40
commit
2abae80c33
@ -15,8 +15,8 @@ before_install:
|
|||||||
before_script:
|
before_script:
|
||||||
- cd example
|
- cd example
|
||||||
script:
|
script:
|
||||||
- python example.py --qt_from=pyqt --travis
|
- python example.py --qt_from=pyqt --test
|
||||||
- python example.py --qt_from=pyside --travis
|
- python example.py --qt_from=pyside --test
|
||||||
|
|
||||||
- python example.py --qt_from=pyqt --no_dark --travis
|
- python example.py --qt_from=pyqt --no_dark --test
|
||||||
- python example.py --qt_from=pyside --no_dark --travis
|
- python example.py --qt_from=pyside --no_dark --test
|
Loading…
Reference in New Issue
Block a user