We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6620cc commit 02b3780Copy full SHA for 02b3780
Makefile
@@ -27,7 +27,7 @@ install-deps-dev: install-deps
27
install-dev: install-deps-dev install-python-requirements-dev
28
$(PYTHON) -m pip install -e .
29
install-travis:
30
- python3.6 -m pip install -IU flake8-mutable flake8-docstrings flake8-builtins flake8-mypy bandit==1.5.1 bandit-high-entropy-string
+ python$(TRAVIS_PYTHON_VERSION) -m pip install -IU flake8-mutable flake8-docstrings flake8-builtins flake8-mypy bandit==1.5.1 bandit-high-entropy-string
31
uninstall:
32
$(PYTHON) -m pip uninstall -y ioc
33
@if [ -f /usr/local/etc/rc.d/ioc ]; then \
0 commit comments