mirror of
https://github.com/cmehay/docker-tor-hidden-service
synced 2024-11-18 09:25:54 +00:00
11 lines
152 B
YAML
11 lines
152 B
YAML
sudo: false
|
|
dist: xenial
|
|
language: python
|
|
python:
|
|
- '3.6'
|
|
- '3.7'
|
|
install: pip install tox-travis pre-commit
|
|
script:
|
|
- pre-commit run --all-files
|
|
- tox
|