Update .travis.yml

Added xvfb as a dependency to run the console CI tests
This commit is contained in:
Axel 2016-05-24 11:36:40 +02:00
parent 3eea16faf3
commit 4eb6c730ac
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ python:
services:
- docker
before_install:
- sudo apt-get install xvfb
install:
- docker run --rm -t -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" -p 80:80 pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
- pip install selenium PyVirtualDisplay