pylint and flake8 need to be in before_install

This commit is contained in:
Matthew Leonberger 2017-09-24 16:33:15 +09:00
parent c913a023ad
commit b2320013e7

View File

@ -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