onionr/.travis.yml

8 lines
136 B
YAML

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