mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 15:14:59 -05:00
wip
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user