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.
2 parents 286de0a + 11f0652 commit 0e06129Copy full SHA for 0e06129
.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