Drop --allow-all-external, deprecated by PEP 470
This commit is contained in:
parent
be6ddd4bb2
commit
c35d2a3a22
2
Makefile
2
Makefile
@ -64,7 +64,7 @@ ifeq (Python 2.6,$(findstring Python 2.6,$(shell python -V 2>&1)))
|
|||||||
endif
|
endif
|
||||||
$(pip) install -r requirements-travis.txt
|
$(pip) install -r requirements-travis.txt
|
||||||
$(pip) install coveralls
|
$(pip) install coveralls
|
||||||
$(pip) install --allow-all-external -e .
|
$(pip) install -e .
|
||||||
|
|
||||||
coveralls:
|
coveralls:
|
||||||
$(coveralls)
|
$(coveralls)
|
||||||
|
Loading…
Reference in New Issue
Block a user