Updated tests

This commit is contained in:
obscuren
2015-02-02 19:55:38 -08:00
parent 8ccde784f9
commit 6fecb150d6
38 changed files with 6364 additions and 154 deletions

View File

@ -0,0 +1,14 @@
FROM sveneh/pyethereum-base
RUN git clone --branch master https://github.com/ethereum/pyethereum.git
RUN cd pyethereum && curl https://bootstrap.pypa.io/bootstrap-buildout.py | python
RUN cd pyethereum && bin/buildout
#default port for incoming requests
EXPOSE 30303
WORKDIR /pyethereum/bin
ENTRYPOINT ["./python", "../tests/test_vm.py"]