1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-06-26 10:47:35 +00:00
nyaa/.travis.yml

19 lines
201 B
YAML
Raw Normal View History

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