mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-20 22:09:10 +00:00
Fix travis python version
This commit is contained in:
parent
428ba87690
commit
a7c7a092fd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ sudo: false
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- '3.7'
|
- '3.8'
|
||||||
install: pip install tox-travis pre-commit poetry
|
install: pip install tox-travis pre-commit poetry
|
||||||
script:
|
script:
|
||||||
- pre-commit run --all-files
|
- pre-commit run --all-files
|
||||||
|
|
Loading…
Add table
Reference in a new issue