From 612bf790ec6372dcd19cad146638bb5244f002bd Mon Sep 17 00:00:00 2001 From: pbrod Date: Fri, 27 May 2016 08:08:11 +0200 Subject: [PATCH] Fixed py.test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eccde25..c3a78ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ before_script: - git config --global user.name "pbrod" script: - coverage run --source=wafo setup.py test - - py.test wafo/ --cov --pep8 --doctest-modules + - py.test wafo --cov --pep8 --doctest-modules after_success: - coveralls - codecov