summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-07-26 11:52:50 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-07-26 11:52:50 +0200
commit0e06129613c9b905f28b4d302cddb872cef6c234 (patch)
tree2a565fe0215a6e146c5d1cf5a87586e177772d6c
parent286de0a955bbb7e26079a8dc75abf622bf461523 (diff)
parent11f065237982516c08f91e7757dd7a81c9c525d6 (diff)
Merge branch 'pytest' of github.com:rflamary/POT into pytest
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dc415a9..ec2b3d2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,10 @@ matrix:
python: 2.7
before_install:
- ./.travis/before_install.sh
+before_script: # configure a headless display to test plot generation
+ - "export DISPLAY=:99.0"
+ - "sh -e /etc/init.d/xvfb start"
+ - sleep 3 # give xvfb some time to start
# command to install dependencies
install:
- pip install -r requirements.txt