youandme/.travis.yml
2020-04-23 04:34:51 -05:00

8 lines
118 B
YAML

dist: xenial
language: python
python:
- 3.7
before_install:
- sudo apt-get -y install tor
script: make test