mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-18 23:30:49 +02: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:
|
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 -qq update; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y imagemagick; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y imagemagick; fi
|
||||||
|
|
||||||
install:
|
#install:
|
||||||
- pip install flake8 pylint
|
#- pip install flake8 pylint
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- flake8 pywal tests setup.py
|
- flake8 pywal tests setup.py
|
||||||
|
Loading…
Reference in New Issue
Block a user