Logo
Explore Help
Sign In
gaspersic/devops-exercises
1
0
Fork 0
You've already forked devops-exercises
Code Issues Pull Requests Packages Projects Releases Wiki Activity
devops-exercises/.travis.yml

9 lines
152 B
YAML
Raw Permalink Normal View History

Add .travis.yml For running the newly added syntax_checker + PEP8 test for the Python files in this project. Also added small print to syntax_checker to indicate tests passed successfully (yes, lack of error is also indication but this is more user friendly imho).
2019-12-21 21:27:26 +02:00
language: "python"
python:
- "3.8"
install:
- pip install flake8
script:
Fix typo
2019-12-21 23:48:35 +01:00
- flake8 --max-line-length=100 .
rename syntax_checker to syntax_lint
2020-01-09 12:06:30 +01:00
- python tests/syntax_lint.py
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 68ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API