We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c64870 commit c479e51Copy full SHA for c479e51
samples/server/petstore/python-aiohttp-srclayout/Makefile
@@ -11,8 +11,11 @@ clean:
11
find . -name "*.py[oc]" -delete
12
find . -name "__pycache__" -delete
13
14
-test: clean
+venv:
15
+ python -m venv $(VENV)
16
+
17
+test: clean venv
18
bash ./test_python3.sh
19
-test-all: clean
20
+test-all: clean venv
21
samples/server/petstore/python-aiohttp/Makefile
0 commit comments