ipyfilechooser/.travis.yml

12 wiersze
218 B
YAML

dist: xenial
language: python
sudo: false
python:
- "3.7"
# command to install dependencies
install:
- pip install pycodestyle
# command to run tests
script:
- find . -iname "*.py" -print0 | xargs -0 pycodestyle