Update .travis.yml

Added selenium dependencies
This commit is contained in:
Axel 2016-05-24 10:40:56 +02:00
parent 5cecc6f9d1
commit 9c756deaa5
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ services:
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
script:
- python $TRAVIS_BUILD_DIR/tests/run_console_tests.py