From c35d2a3a228b784d2e1294b34c913b8e5732252a Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Thu, 8 Feb 2018 21:43:20 -0500 Subject: [PATCH] Drop --allow-all-external, deprecated by PEP 470 --- Makefile | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4658b6f..13aaa6f 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ ifeq (Python 2.6,$(findstring Python 2.6,$(shell python -V 2>&1))) endif $(pip) install -r requirements-travis.txt $(pip) install coveralls - $(pip) install --allow-all-external -e . + $(pip) install -e . coveralls: $(coveralls) diff --git a/tox.ini b/tox.ini index 1f5be88..412d752 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ skipsdist = True [testenv] commands = - pip install --allow-all-external -e . + pip install -e . pytest passenv = TERM