We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11b1d1 commit 11f0652Copy full SHA for 11f0652
.travis.yml
@@ -13,6 +13,10 @@ matrix:
13
python: 2.7
14
before_install:
15
- ./.travis/before_install.sh
16
+before_script: # configure a headless display to test plot generation
17
+ - "export DISPLAY=:99.0"
18
+ - "sh -e /etc/init.d/xvfb start"
19
+ - sleep 3 # give xvfb some time to start
20
# command to install dependencies
21
install:
22
- pip install -r requirements.txt
0 commit comments