1
0
Fork 0
mirror of https://github.com/ProjectSynthoria/SynthoriaArchive.git synced 2025-03-12 23:36:54 +02:00
SynthoriaArchive/.travis.yml

19 lines
201 B
YAML
Raw Normal View History

2017-05-17 10:53:06 +03:00
language: python
python: "3.6"
2017-05-17 10:53:06 +03:00
dist: xenial
sudo: false
matrix:
fast_finish: true
2017-05-17 10:53:06 +03:00
cache: pip
install: pip install --upgrade pycodestyle
2017-05-17 10:53:06 +03:00
script: ./lint.sh --check
2017-05-17 11:20:42 +03:00
notifications:
email: false