2018-01-15 03:58:32 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "3.6.4"
|
|
|
|
# install dependencies
|
|
|
|
install:
|
2018-01-19 09:16:38 +00:00
|
|
|
- sudo apt install gnupg tor
|
2018-01-15 03:58:32 +00:00
|
|
|
- pip install -r requirements.txt
|
2018-01-15 21:01:35 +00:00
|
|
|
script: ./test.sh
|