Onionr/.travis.yml

9 lines
166 B
YAML
Raw Normal View History

language: python
python:
- "3.6.4"
# install dependencies
install:
- sudo apt install gpg
- pip install -r requirements.txt
2018-01-15 21:01:35 +00:00
script: ./test.sh