mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-31 11:52:15 +00:00
10 lines
167 B
YAML
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
|