From 6e910b77b2578907070bfafaa0c1526dbb18e461 Mon Sep 17 00:00:00 2001 From: Yury Kurlykov Date: Sun, 28 Jun 2020 17:54:53 +1000 Subject: [PATCH] Configure tox to run tests --- tox.ini | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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