NyaaV3/.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