1
0
Fork 0
mirror of https://github.com/ProjectSynthoria/SynthoriaArchive.git synced 2025-03-12 15:26:56 +02:00
SynthoriaArchive/.travis.yml
2017-05-17 11:20:42 +03:00

18 lines
204 B
YAML

language: python
python:
- 3.6
dist: xenial
sudo: false
cache: pip
install:
- pip install --upgrade pep8
script:
- pep8 nyaa/ --show-source --max-line-length=100
notifications:
email: false