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 9536ff7 commit 639ca79Copy full SHA for 639ca79
Makefile
@@ -28,7 +28,7 @@ $(LINK): $(STAGPY)
28
$(STAGPY): setup.py
29
$(PY) -m venv $(VENV_DIR)
30
$(VPIP) install -U pip
31
- $(VPIP) install --no-use-pep517 -e .
+ $(VPIP) install -e .
32
@$(STAGPY) version
33
34
info: infopath infozsh infobash
tox.ini
@@ -6,7 +6,7 @@ skipsdist=True
6
[testenv]
7
usedevelop=True
8
deps =
9
- pip==19.0.3
+ pip>=19.3.1
10
pytest>=3.10
11
pytest-cov>=2.6
12
commands =
0 commit comments