From 5b8c9122a292f6558c45440b053ceae52d36d495 Mon Sep 17 00:00:00 2001 From: "F. Eugene Aumson" Date: Wed, 9 Jan 2019 11:02:58 -0500 Subject: In README's, don't mention non-existent tests (#1497) --- python-packages/contract_addresses/README.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'python-packages/contract_addresses') diff --git a/python-packages/contract_addresses/README.md b/python-packages/contract_addresses/README.md index e2714afdf..d5e098deb 100644 --- a/python-packages/contract_addresses/README.md +++ b/python-packages/contract_addresses/README.md @@ -18,16 +18,10 @@ Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting ### Install Code and Dependencies -Ensure that you have installed Python >=3.6 and Docker. Then: - ```bash pip install -e .[dev] ``` -### Test - -Tests depend on a running ganache instance with the 0x contracts deployed in it. For convenience, a docker container is provided that has ganache-cli and a snapshot containing the necessary contracts. A shortcut is provided to run that docker container: `./setup.py ganache`. With that running, the tests can be run with `./setup.py test`. - ### Clean `./setup.py clean --all` -- cgit v1.2.3