Skip to content

Commit

Permalink
update flake8 in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Sep 14, 2020
1 parent 61f4720 commit 05a984b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ install:
- ./elasticsearch-${ES_VERSION}/bin/elasticsearch &
- cd $PROJECT_DIR
- travis_retry pip install --upgrade pip
- travis_retry pip install flake8==3.0.4 --force-reinstall --upgrade
- travis_retry pip install flake8==3.8.3 --force-reinstall --upgrade
- travis_retry pip install -r dev-requirements.txt
- travis_retry pip install .

Expand Down

0 comments on commit 05a984b

Please sign in to comment.