pywal/.travis.yml

16 lines
293 B
YAML
Raw Normal View History

2017-06-17 07:50:34 +02:00
language: python
python:
- "3.6"
2017-06-27 09:44:29 +02:00
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y imagemagick
2017-06-17 07:50:34 +02:00
install:
2017-06-23 03:30:38 +02:00
- pip install flake8 pylint
2017-06-17 07:50:34 +02:00
script:
- flake8 pywal tests setup.py
- pylint --ignore-imports=yes pywal tests setup.py
2017-06-27 03:55:08 +02:00
- python setup.py test