Onionr/.travis.yml
2018-01-15 03:14:39 -06:00

8 lines
135 B
YAML

language: python
python:
- "3.6.4"
# install dependencies
install:
- pip install -r requirements.txt
script: ./test.sh