mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 16:31:17 -05:00
19 lines
518 B
YAML
19 lines
518 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
- "3.2"
|
||
|
virtualenv:
|
||
|
system_site_packages: true
|
||
|
before_install:
|
||
|
- sudo apt-get update
|
||
|
- sudo apt-get install -qq python-pyside --fix-missing
|
||
|
- sudo apt-get install -qq python-qt4 --fix-missing
|
||
|
- sudo apt-get install -qq python3-pyside --fix-missing
|
||
|
- sudo apt-get install -qq python3-pyqt4 --fix-missing
|
||
|
- "export DISPLAY=:99.0"
|
||
|
- "sh -e /etc/init.d/xvfb start"
|
||
|
before_script:
|
||
|
- cd example
|
||
|
script:
|
||
|
- python example_pyqt.py --travis
|
||
|
- python example_pyside.py --travis
|