mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-11 17:42:04 +00:00
9 lines
151 B
YAML
9 lines
151 B
YAML
sudo: false
|
|
dist: xenial
|
|
language: python
|
|
python:
|
|
- '3.8'
|
|
install: pip install tox-travis pre-commit poetry
|
|
script:
|
|
- pre-commit run --all-files
|
|
- tox
|