mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
8 lines
102 B
YAML
8 lines
102 B
YAML
sudo: False
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- "pip install tox"
|
|
script:
|
|
- "tox"
|