diff --git a/tox.ini b/tox.ini index ab2135c..b4abb92 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,11 @@ -[pytest] -envlist = py37,py38 +[tox] +skipsdist = true [testenv] -changedir = tests +#changedir = tests deps = + -rrequirements.txt pytest commands = # Any commands go here - pytest --basetemp="{envtmpdir}" {posargs} \ No newline at end of file + python -m pytest -s --basetemp="{envtmpdir}" {posargs} \ No newline at end of file