added helium test deps to ci

This commit is contained in:
Kevin Froman 2020-03-04 16:59:41 -06:00
parent 61d60c13d2
commit 008e16c11f
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ test:
script: script:
- apt-get update -qy - apt-get update -qy
- apt-get install -y tor - apt-get install -y tor
- apt-get install -y firefox-esr
- pip3 install --require-hashes -r requirements.txt - pip3 install --require-hashes -r requirements.txt
- pip3 install --require-hashes -r requirements-dev.txt
- pip3 install --require-hashes -r requirements-notifications.txt - pip3 install --require-hashes -r requirements-notifications.txt
- python3 --version - python3 --version
- make test - make test

View File

@ -1 +1 @@
1583317276 1583362666