Update .travis.yml
Added xvfb as a dependency to run the console CI tests
This commit is contained in:
parent
3eea16faf3
commit
4eb6c730ac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue