-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.travis.yml
44 lines (40 loc) · 976 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
language: python
python:
- "2.6"
- "2.7"
# - "3.2"
# - "3.3"
# - "3.4"
# does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
# maintainers to fix their pypy-dev package.
# - "pypy"
# command to install dependencies
addons:
apt:
packages:
- dpkg-dev
- build-essential
- freeglut3
- freeglut3-dev
- libgstreamer-plugins-base0.10-dev
- libgtk-3-dev
- libjpeg-dev
- libnotify-dev
- libwebkitgtk-3.0-dev
- libsdl1.2-dev
- libsm-dev
- libtiff-dev
- libxtst-dev
env:
- LD_LIBRARY_PATH=/usr/local/lib64/:$LD_LIBRARY_PATH
# command to install dependencies
install:
- sudo apt-get update
- wget "https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04/wxPython-4.0.1-cp27-cp27mu-linux_x86_64.whl"
- pip install wxPython-4.0.1-cp27-cp27mu-linux_x86_64.whl
- pip install .
# command to run tests
script:
- echo $LD_LIBRARY_PATH
- locate libstdc++
- zbc