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
218 B
YAML
Raw Normal View History

2017-05-17 10:53:06 +03:00
language: python
python:
- 3.6
dist: xenial
sudo: false
cache: pip
install:
2017-05-17 12:24:17 +03:00
- pip install --upgrade pycodestyle
2017-05-17 10:53:06 +03:00
script:
2017-05-17 12:24:17 +03:00
- pycodestyle nyaa/ --show-source --max-line-length=100
2017-05-17 11:20:42 +03:00
notifications:
email: false