Skip to content

Commit e8d6bf7

Browse files
committed
Keep memory_profiler in single file, drop support of python <3.4
1 parent 205f901 commit e8d6bf7

8 files changed

Lines changed: 520 additions & 637 deletions

File tree

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ test:
2020
$(PYTHON) test/test_exception.py
2121
$(PYTHON) test/test_exit_code.py
2222
$(PYTHON) test/test_mprof.py
23-
if [ $(PY_34) = True ]; then \
24-
$(PYTHON) test/test_async.py; \
25-
fi
23+
$(PYTHON) test/test_async.py
2624

2725
develop:
2826
pip install -e .

0 commit comments

Comments
 (0)