mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-20 10:19:32 -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
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
virtualenv:
|
||||
system_site_packages: true
|
||||
before_install:
|
||||
@ -14,5 +18,8 @@ before_install:
|
||||
before_script:
|
||||
- cd example
|
||||
script:
|
||||
- python example_pyqt.py --travis
|
||||
- python example_pyside.py --travis
|
||||
- python example.py --qt_from=pyqt --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…
Reference in New Issue
Block a user