We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a359f9f commit cf0b4a3Copy full SHA for cf0b4a3
1 file changed
.travis.yml
@@ -36,7 +36,26 @@ addons:
36
- libgl1-mesa-dri
37
- libglapi-mesa
38
- libosmesa6
39
+ - python-tk
40
+ - python-sympy
41
- python-tables
42
+ - locales
43
+ - wget
44
+ - gcc
45
+ - g++
46
+ - build-essential
47
+ - libncurses-dev
48
+ - libpython-dev
49
+ - cython
50
+ - libx11-dev
51
+ - git
52
+ - flex
53
+ - automake
54
+ - libtool
55
+ - libxext-dev
56
57
+ - make
58
+
59
before_script:
60
- "export DISPLAY=:99.0"
61
- "sh -e /etc/init.d/xvfb start"
0 commit comments