chainlib-eth

Ethereum implementation of the chainlib interface
Log | Files | Refs | README | LICENSE

commit 32aa31a3be426e125315ad891966680e408411db
parent 1cec7390408c078d46b2e7b50e6089c11bde8259
Author: Daven Savoie <daps218@gmail.com>
Date:   Mon, 13 Sep 2021 14:26:29 +0000

Update .gitlab-ci.yml
Diffstat:
M.gitlab-ci.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -32,7 +32,7 @@ tests: - python -m pip freeze - ls - export PYTHONPATH=$PYTHONPATH:. - - cp chainlib/tests/address.py /chainlib/ + - cp chainlib/tests/test_address.py / - PYTHONPATH=. bash run_tests.sh only: