aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: b1d38719efe021b87d0aa16f423d1c0e598016bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: python
python:
  - "2.7"
  - "3.5"
addons:
  apt:
    sources:
    - george-edison55-precise-backports
    packages:
    - cmake
    - cmake-data
script:
  - python setup.py install # --qmake=/path/to/bin/qmake --cmake=/path/to/bin/cmake --openssl=/path/to/openssl/bin