Skip to content

Commit 5dd7fbb

Browse files
committed
virtualenv -> python3 -m venv
1 parent fb417d3 commit 5dd7fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
build/tox/bin:
3-
virtualenv build/tox
3+
python3 -m venv build/tox
44
build/tox/bin/pip install tox
55

66
build/publish/bin:
7-
virtualenv build/publish
7+
python3 -m venv build/publish
88
build/publish/bin/pip install wheel twine
99

1010
checkversion:

0 commit comments

Comments
 (0)