Drop --allow-all-external, deprecated by PEP 470

This commit is contained in:
Simon Gomizelj 2018-02-08 21:43:20 -05:00
parent be6ddd4bb2
commit c35d2a3a22
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -4,7 +4,7 @@ skipsdist = True
[testenv]
commands =
pip install --allow-all-external -e .
pip install -e .
pytest
passenv =
TERM