diff --git a/tox.ini b/tox.ini index 0e79846..85df507 100644 --- a/tox.ini +++ b/tox.ini @@ -1,14 +1 @@ -# 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] -isolated_build = true -envlist = py35, py36, py37, py38 - -[testenv] -whitelist_externals = poetry -commands = - poetry install -v - poetry run pytest tests/ \ No newline at end of file +abcd \ No newline at end of file