mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00

By now, it will only test the coding style rules defined for the project, which are basically a few exceptions to the PEP8.
7 lines
90 B
YAML
7 lines
90 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- "pip install tox"
|
|
script:
|
|
- "tox"
|