pywal/.travis.yml
2017-06-27 17:44:29 +10:00

16 lines
293 B
YAML

language: python
python:
- "3.6"
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y imagemagick
install:
- pip install flake8 pylint
script:
- flake8 pywal tests setup.py
- pylint --ignore-imports=yes pywal tests setup.py
- python setup.py test