diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-03-06 17:46:50 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-03-06 17:46:50 +0800 |
commit | 35703539d0f2b4ddb3b11d0de8c9634af59ab71f (patch) | |
tree | ae3731221dbbb3a6fa40060a8d916cfd3f738289 /python-packages/order_utils/tox.ini | |
parent | 92a1fde5b1ecd81b07cdb5bf0c9c1cd3544799db (diff) | |
download | dexon-0x-contracts-stable.tar.gz dexon-0x-contracts-stable.tar.zst dexon-0x-contracts-stable.zip |
Deploy @dexon-foundation/0x.jsstable
Diffstat (limited to 'python-packages/order_utils/tox.ini')
-rw-r--r-- | python-packages/order_utils/tox.ini | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/python-packages/order_utils/tox.ini b/python-packages/order_utils/tox.ini deleted file mode 100644 index ba7d55b56..000000000 --- a/python-packages/order_utils/tox.ini +++ /dev/null @@ -1,25 +0,0 @@ -# tox (https://tox.readthedocs.io/) is a tool for running tests -# in multiple virtualenvs. This configuration file will run the -# test suite on all supported python versions. To use it, "pip install tox" -# and then run "tox" from this directory. - -[tox] -envlist = py37 - -[testenv] -commands = - pip install -e .[dev] - python setup.py test - -[testenv:run_tests_against_test_deployment] -commands = - # install dependencies from real PyPI - pip install eth-abi mypy_extensions web3 pytest - # install package-under-test from test PyPI - pip install --index-url https://test.pypi.org/legacy/ 0x-order-utils - pytest test - -[testenv:run_tests_against_deployment] -commands = - pip install 0x-order-utils - pytest test |