Correct deps
This commit is contained in:
parent
c35957275c
commit
41ac66f9d2
@ -1,3 +1,4 @@
|
||||
chaind<=0.0.1,>=0.0.1a3
|
||||
chaind<=0.0.1,>=0.0.1a4
|
||||
hexathon~=0.0.1a7
|
||||
chainlib-eth<=0.0.5,>0.0.4
|
||||
#chainlib-eth~=0.0.5a4
|
||||
|
10
run_tests.sh
Normal file
10
run_tests.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
export PYTHONPATH=${PYTHONPATH:.}
|
||||
for f in `ls tests/*.py`; do
|
||||
python $f
|
||||
done
|
||||
set +x
|
||||
set +e
|
Loading…
Reference in New Issue
Block a user