We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107e56b commit f295f6bCopy full SHA for f295f6b
Makefile
@@ -69,13 +69,14 @@ test:
69
70
# Test contents in repository using different python versions
71
repository-test-all:
72
+ - rm -rf $(CONDA)
73
@ for version in $(PYTHONVERS) ; do \
74
make repository-test PYTHON=$$version ; \
75
done
76
77
repository-test:
78
@make clean
-
79
+ conda remove --name $(PYTHON) --all -y
80
make condaenv PYTHON=$(PYTHON)
81
82
# https://stackoverflow.com/questions/30306099/pip-install-editable-vs-python-setup-py-develop
0 commit comments