setup script

This commit is contained in:
realaravinth 2021-06-06 16:42:59 +05:30
parent d3bce7669a
commit 8d8f9571bd
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

View file

@ -2,5 +2,5 @@
# set up for tests
python3 -m venv ./tests/venv
source ./tests/venv/bin/activate
. ./tests/venv/bin/activate
pip install --requirement ./tests/requirements.txt