micropipenv/tests/example/test_install.sh

9 lines
150 B
Bash
Raw Permalink Normal View History

2021-03-15 15:01:52 +00:00
pushd /tmp/micropipenv/tests/data/install/$1/
python3 -m venv venv
source venv/bin/activate
micropipenv install
pip3 list
deactivate
rm -rf venv
popd