From 8775fcd12876f3acc5f9b919afe1cf3be238a186 Mon Sep 17 00:00:00 2001 From: zlg Date: Wed, 10 Oct 2018 21:29:08 -0700 Subject: Move tests and data to dedicated directory Also tweaked the export command to report correctly. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 9b397b2..f0b7805 100644 --- a/tox.ini +++ b/tox.ini @@ -10,4 +10,4 @@ envlist = py36 deps = pytest commands = - pytest -svv + pytest -svv --rootdir=tests/ -- cgit v1.2.3-54-g00ecf