We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61af67 commit cd0f00dCopy full SHA for cd0f00d
1 file changed
Makefile
@@ -1,5 +1,4 @@
1
PYTHON ?= python
2
-IPYTHON ?= ipython
3
4
.PHONY: test
5
@@ -15,5 +14,3 @@ test:
15
14
$(PYTHON) test/test_import.py
16
$(PYTHON) test/test_memory_usage.py
17
$(PYTHON) test/test_precision_import.py
18
- $(IPYTHON) test/test_ipython.py
19
-
0 commit comments