mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-23 00:50:03 +00:00
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
|
# installs the packages to run pyspec tests
|
||||||
install_test: preinstallation
|
install_test: preinstallation
|
||||||
python3 -m venv venv; . venv/bin/activate; \
|
. venv/bin/activate; \
|
||||||
python3 -m pip install -e .[lint]; python3 -m pip install -e .[test]
|
python3 -m pip install -e .; \
|
||||||
|
python3 -m pip install -e .[lint,test]
|
||||||
|
|
||||||
# Testing against `minimal` or `mainnet` config by default
|
# Testing against `minimal` or `mainnet` config by default
|
||||||
test: pyspec
|
test: pyspec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user