Skip to content

Commit

Permalink
fix: Try to work around latest pip breakage (getsentry#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker authored Apr 25, 2019
1 parent d3dea14 commit 84db8e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
SHELL = /bin/bash

export PIP_USE_PEP517 := false

VENV_PATH = .venv

help:
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ deps =
linters: mypy
setenv =
PYTHONDONTWRITEBYTECODE=1
PIP_USE_PEP517=false
TESTPATH=tests
django: TESTPATH=tests/integrations/django
flask: TESTPATH=tests/integrations/flask
Expand Down

0 comments on commit 84db8e1

Please sign in to comment.