Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 9fef5bc

Browse files
committed
support fixtures init/update
1 parent 88d7425 commit 9fef5bc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ testtb:
4444
test-all:
4545
tox
4646

47+
fixtures-init:
48+
git submodule init
49+
git submodule update --recursive
50+
fixtures-update:
51+
cd fixtures && git pull origin develop && cd ..
52+
4753
coverage:
4854
coverage run --source ethereum setup.py test
4955
coverage report -m

0 commit comments

Comments
 (0)