From c115788372f5d911649fe72c6becfa7f84e16589 Mon Sep 17 00:00:00 2001 From: pbrod Date: Sun, 29 Nov 2015 13:58:28 +0100 Subject: [PATCH] Added test folders to setup.cfg --- setup.cfg | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2e9eabf..11d9d93 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,14 @@ packages = [test] # py.test options when running `python setup.py test` -addopts = tests +addopts = + wafo/test + wafo/covariance/test + wafo/spectrum/test + wafo/stats/tests + wafo/covariance/test + wafo/transform/test + wafo/wave_theory/test [pytest] # Options for py.test: