mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
pylint and flake8 need to be in before_install
This commit is contained in:
parent
c913a023ad
commit
b2320013e7
@ -15,11 +15,12 @@ matrix:
|
||||
|
||||
|
||||
before_install:
|
||||
- pip install flake8 pylint
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y imagemagick; fi
|
||||
|
||||
install:
|
||||
- pip install flake8 pylint
|
||||
#install:
|
||||
#- pip install flake8 pylint
|
||||
|
||||
script:
|
||||
- flake8 pywal tests setup.py
|
||||
|
Loading…
Reference in New Issue
Block a user