mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 14:01:39 +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
|