You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
333 B
11 lines
333 B
test: |
|
image: python |
|
script: |
|
- apt-get update -qy |
|
- apt-get install -y tor |
|
- apt-get install -y firefox-esr |
|
- pip3 install --require-hashes -r requirements.txt |
|
- pip3 install --require-hashes -r requirements-dev.txt |
|
- pip3 install --require-hashes -r requirements-notifications.txt |
|
- python3 --version |
|
- make test
|
|
|