mirror of
https://github.com/ellisonleao/magictools.git
synced 2025-10-15 10:19:04 +00:00
10 lines
236 B
YAML
10 lines
236 B
YAML
language: python
|
|
python:
|
|
- "3.5"
|
|
- "3.6"
|
|
before_script:
|
|
- pip install git+git://github.com/ellisonleao/vl.git@py3
|
|
- vl --version
|
|
script:
|
|
- vl README.md --debug -w gamesounds.xyz,vungle.com,renderhjs.net -a 503,405,401,403
|