17 lines
299 B
YAML
17 lines
299 B
YAML
dist: xenial
|
|
language: python
|
|
python: 3.5
|
|
os: linux
|
|
env: TESTENV=py35-pyqt57
|
|
|
|
install:
|
|
- python -m pip install -U pip
|
|
- python -m pip install -U -r misc/requirements/requirements-tox.txt
|
|
- ulimit -c unlimited
|
|
|
|
script:
|
|
- tox -e "$TESTENV"
|
|
|
|
after_failure:
|
|
- bash scripts/dev/ci/backtrace.sh
|