From 9c756deaa51af5b2334c70d03e90e1656d9e7c5e Mon Sep 17 00:00:00 2001
From: Axel <axl89@users.noreply.github.com>
Date: Tue, 24 May 2016 10:40:56 +0200
Subject: [PATCH] Update .travis.yml

Added selenium dependencies
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index d9679d643b..2833dc45d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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