1
0
mirror of https://github.com/bregman-arie/devops-exercises.git synced 2024-11-19 20:31:47 +02:00
devops-exercises/.travis.yml
2020-01-09 12:06:30 +01:00

9 lines
152 B
YAML

language: "python"
python:
- "3.8"
install:
- pip install flake8
script:
- flake8 --max-line-length=100 .
- python tests/syntax_lint.py