mirror of
https://github.com/chaintool-py/eth-erc20.git
synced 2024-11-23 10:16:47 +01:00
Move to chainlib-eth
This commit is contained in:
parent
1d0c7234eb
commit
0671e3faa9
@ -1,5 +1,6 @@
|
||||
* 0.0.10-pending
|
||||
- Upgrade chainlib dependency, providing customizable jsonrpc id
|
||||
- Move to chainlib-eth
|
||||
* 0.0.9-unreleased
|
||||
* 0.0.8-unreleased
|
||||
* 0.0.7-unreleased
|
||||
|
@ -1 +1 @@
|
||||
0.0.1
|
||||
0.0.10
|
||||
|
12
python/run_tests.sh
Normal file
12
python/run_tests.sh
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
for f in `ls tests/*.py`; do
|
||||
python $f
|
||||
if [ $? -gt 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
set +x
|
||||
set +e
|
Loading…
Reference in New Issue
Block a user