Skip to content

Commit 4444f7c

Browse files
authored
[FIX] .travis.yml: Latest Travis template
1 parent 9ad8a30 commit 4444f7c

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.travis.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,15 @@
11
language: python
22
sudo: false
3-
cache:
4-
apt: true
5-
directories:
6-
- $HOME/.cache/pip
3+
cache: pip
74

85
python:
96
- "3.5"
107

118
addons:
129
postgresql: "9.6"
1310
apt:
14-
sources:
15-
- pov-wkhtmltopdf
1611
packages:
1712
- expect-dev # provides unbuffer utility
18-
- python-lxml # because pip installation is slow
19-
- python-simplejson
20-
- python-serial
21-
- python-yaml
22-
- wkhtmltopdf # only add if needed and check the before_install section below
23-
24-
before_install:
25-
- "export DISPLAY=:912.0"
26-
- "sh -e /etc/init.d/xvfb start"
2713

2814
env:
2915
global:

0 commit comments

Comments
 (0)