Onionr/.travis.yml

8 lines
140 B
YAML
Raw Normal View History

language: python
python:
- "3.6.4"
# install dependencies
install:
- pip install -r requirements.txt
2018-01-15 09:18:48 +00:00
script: onionr/test.sh