mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-19 05:19:10 +00:00
9 lines
117 B
YAML
9 lines
117 B
YAML
|
sudo: false
|
||
|
language: python
|
||
|
python:
|
||
|
- "3.4"
|
||
|
- "3.5"
|
||
|
- "3.6"
|
||
|
install: pip install tox-travis
|
||
|
script: tox
|