Skip to content

Commit 96adffc

Browse files
fixed serve command
1 parent 4d0051b commit 96adffc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ clean:
2727
rm -rf $$(cat .gitignore)
2828

2929
serve:
30-
$(VENV)/python33 -m http.server 8000
30+
$(VENV)/python3 -m http.server 8000
3131

3232
test: install
3333
$(NPM)/percy exec -- $(VENV)/python3 tests/todo.py

0 commit comments

Comments
 (0)