mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-26 02:32:26 -04:00
Update python versions and calls for example, fixes #74
This commit is contained in:
parent
8d2bd8a726
commit
4198112173
11
.travis.yml
11
.travis.yml
@ -1,6 +1,10 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
- "3.3"
|
||||||
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
virtualenv:
|
virtualenv:
|
||||||
system_site_packages: true
|
system_site_packages: true
|
||||||
before_install:
|
before_install:
|
||||||
@ -14,5 +18,8 @@ before_install:
|
|||||||
before_script:
|
before_script:
|
||||||
- cd example
|
- cd example
|
||||||
script:
|
script:
|
||||||
- python example_pyqt.py --travis
|
- python example.py --qt_from=pyqt --travis
|
||||||
- python example_pyside.py --travis
|
- python example.py --qt_from=pyside --travis
|
||||||
|
|
||||||
|
- python example.py --qt_from=pyqt --no_dark --travis
|
||||||
|
- python example.py --qt_from=pyside --no_dark --travis
|
Loading…
x
Reference in New Issue
Block a user