fix(CI): add selenium to travis
This commit is contained in:
parent
03f3e9e4fd
commit
0cd795b157
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ script:
|
|||
- python -m pytest plugins/CryptMessage/Test
|
||||
- python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini
|
||||
before_install:
|
||||
- pip install -U pytest mock pytest-cov
|
||||
- pip install -U pytest mock pytest-cov selenium
|
||||
- pip install codecov
|
||||
- pip install coveralls
|
||||
after_success:
|
||||
|
@ -18,4 +18,4 @@ after_success:
|
|||
- coveralls --rcfile=src/Test/coverage.ini
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
- $HOME/.cache/pip
|
||||
|
|
Loading…
Reference in a new issue