fix(CI): add selenium to travis

This commit is contained in:
Mathieu Tortuyaux 2017-04-07 18:06:38 -04:00
parent 03f3e9e4fd
commit 0cd795b157
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ script:
- python -m pytest plugins/CryptMessage/Test - python -m pytest plugins/CryptMessage/Test
- python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini - python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini
before_install: before_install:
- pip install -U pytest mock pytest-cov - pip install -U pytest mock pytest-cov selenium
- pip install codecov - pip install codecov
- pip install coveralls - pip install coveralls
after_success: after_success:
@ -18,4 +18,4 @@ after_success:
- coveralls --rcfile=src/Test/coverage.ini - coveralls --rcfile=src/Test/coverage.ini
cache: cache:
directories: directories:
- $HOME/.cache/pip - $HOME/.cache/pip