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