ipyfilechooser/.travis.yml

11 wiersze
228 B
YAML

2019-06-18 21:07:13 +00:00
dist: xenial
language: python
python:
- "3.7"
# command to install dependencies
install:
- pip install pycodestyle
# command to run tests
script:
2021-05-20 19:35:37 +00:00
- find . -iname "*.py" -print0 | xargs -0 pycodestyle --max-line-length 120