mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
fix: s/env/venv/ in scripts/make-python-testenv.sh
This commit is contained in:
@@ -14,4 +14,4 @@ export DCC_RS_DEV="$PWD"
|
|||||||
cargo build -p deltachat_ffi --features jsonrpc
|
cargo build -p deltachat_ffi --features jsonrpc
|
||||||
|
|
||||||
tox -c python -e py --devenv venv
|
tox -c python -e py --devenv venv
|
||||||
env/bin/pip install --upgrade pip
|
venv/bin/pip install --upgrade pip
|
||||||
|
|||||||
Reference in New Issue
Block a user