diff options
Diffstat (limited to 'python-packages/contract_artifacts/tox.ini')
-rw-r--r-- | python-packages/contract_artifacts/tox.ini | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/python-packages/contract_artifacts/tox.ini b/python-packages/contract_artifacts/tox.ini deleted file mode 100644 index aa1037ed7..000000000 --- a/python-packages/contract_artifacts/tox.ini +++ /dev/null @@ -1,12 +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 lint |