wip
This commit is contained in:
parent
211376e35c
commit
ccd8026b10
5
Makefile
5
Makefile
|
@ -111,8 +111,9 @@ preinstallation:
|
|||
|
||||
# installs the packages to run pyspec tests
|
||||
install_test: preinstallation
|
||||
python3 -m venv venv; . venv/bin/activate; \
|
||||
python3 -m pip install -e .[lint]; python3 -m pip install -e .[test]
|
||||
. venv/bin/activate; \
|
||||
python3 -m pip install -e .; \
|
||||
python3 -m pip install -e .[lint,test]
|
||||
|
||||
# Testing against `minimal` or `mainnet` config by default
|
||||
test: pyspec
|
||||
|
|
Loading…
Reference in New Issue