summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 9a56a756ca8533473cb0dfaee130f8837d7112a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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