Author: Diane Trout <diane@ghic.org>
Description: Adjust the test running commands to work better with
 Debian's builder. Upstream's tox.ini commands depended on unpackaged
 components.
 The pytest commands ended up leaving coverage files where they were
 installed by pybuild
Forwarded: no
--- a/tox.ini
+++ b/tox.ini
@@ -9,8 +9,7 @@
 
 [testenv]
 commands =
-    coverage erase
-    py.test skmisc/
+    py.test-3 skmisc/
 
 deps =
     pytest-cov
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,5 +1,5 @@
 [pytest]
 testpaths = skmisc/loess/tests
 doctest_optionflags = ALLOW_UNICODE ALLOW_BYTES NORMALIZE_WHITESPACE
-addopts = --doctest-modules --doctest-ignore-import-errors --cov --cov-report=xml
+addopts = --doctest-modules --doctest-ignore-import-errors
 
