Skip to content
Snippets Groups Projects
Commit 1b2c0b5c authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Install flake8

parent 28c11d76
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,7 @@ pip install tox ...@@ -46,6 +46,7 @@ pip install tox
pip install codecov pip install codecov
# use newest pystencils # use newest pystencils
pip install git+https://github.com/mabau/pystencils.git pip install git+https://github.com/mabau/pystencils.git
pip install flake8
if [[ "$COVERAGE" == "true" ]]; then if [[ "$COVERAGE" == "true" ]]; then
pip install -U pytest-cov pytest-virtualenv coverage coveralls flake8 pip install -U pytest-cov pytest-virtualenv coverage coveralls flake8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment