docker-tor-hidden-service/.travis.yml
Christophe Mehay f206ea354c Add pre-commit
2017-08-21 09:38:58 +02:00

10 lines
167 B
YAML

sudo: false
language: python
python:
- "3.4"
- "3.5"
- "3.6"
install: pip install tox-travis pre-commit
script:
- pre-commit run --all-files
- tox