We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cd596 commit 8005be9Copy full SHA for 8005be9
Makefile
@@ -12,7 +12,7 @@ install-dev: deps
12
pip3.6 install flake8-mutable flake8-builtins flake8-mypy bandit bandit-high-entropy-string
13
pip3.6 install -e .
14
install-travis:
15
- pip3.6 install -Ur requirements.txt -c .travis/constraints.txt
+ pip3.6 install flake8-mutable flake8-builtins flake8-mypy bandit bandit-high-entropy-string
16
uninstall:
17
pip3.6 uninstall -y iocage
18
check:
0 commit comments