youandme/.travis.yml

8 lines
118 B
YAML
Raw Normal View History

2020-04-16 11:41:49 +00:00
dist: xenial
language: python
python:
- 3.7
2020-04-23 09:34:51 +00:00
before_install:
- sudo apt-get -y install tor
script: make test