docker-tor-hidden-service/.travis.yml
Christophe Mehay af0cbea44f Python 3.7 only
2020-05-09 18:17:15 +02:00

9 lines
151 B
YAML

sudo: false
dist: xenial
language: python
python:
- '3.7'
install: pip install tox-travis pre-commit poetry
script:
- pre-commit run --all-files
- tox