mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-18 13:02:04 +00:00
10 lines
152 B
YAML
10 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
|