Skip to content

Commit a2d58b8

Browse files
committed
Installing flake8 separately is unnecessary; it is in requirements-test.txt.
1 parent 18bd38a commit a2d58b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

requirements-install.sh

-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@ if [[ $USE_OPTIONAL == "true" && $TRAVIS_PYTHON_VERSION != "pypy" ]]; then
1414
pip install -r requirements-optional-cpython.txt
1515
fi
1616
fi
17-
18-
if [[ $FLAKE == "true" ]]; then
19-
pip install flake8
20-
fi

0 commit comments

Comments
 (0)