mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-06 10:39:48 +00:00
8 lines
98 B
YAML
8 lines
98 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- pip install tox
|
|
script:
|
|
- tox
|