We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bd38a commit a2d58b8Copy full SHA for a2d58b8
requirements-install.sh
@@ -14,7 +14,3 @@ if [[ $USE_OPTIONAL == "true" && $TRAVIS_PYTHON_VERSION != "pypy" ]]; then
14
pip install -r requirements-optional-cpython.txt
15
fi
16
17
-
18
-if [[ $FLAKE == "true" ]]; then
19
- pip install flake8
20
-fi
0 commit comments