aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 221c4ab43cfc3f35d6c050f14f9ef497f35d50b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: python
dist: trusty
python:
  - "2.7"
  - "3.5"
before_install:
   - sudo add-apt-repository ppa:beineri/opt-qt551-trusty -y
   - sudo apt-get update
install:
  - sudo apt-get install qt55-meta-full -y
    # no idea if that works
  - sudo apt-get install libqt5xml5 libqt5xmlpatterns5 libqt5xmlpatterns5-dev libqt5xmlpatterns5-private-dev
script:
  - source /opt/qt55/bin/qt55-env.sh
  - python setup.py install --jobs=2 --build-tests # --openssl=/path/to/openssl/bin