From 2c6586fe10db8c48e822fa0b75f38acc26406213 Mon Sep 17 00:00:00 2001 From: chfw Date: Thu, 5 May 2016 18:04:15 +0100 Subject: [PATCH] try to fix broken travis build where python path is somehow wrongly perceived --- test.bat | 2 +- test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test.bat b/test.bat index 9974b92..8d78029 100644 --- a/test.bat +++ b/test.bat @@ -1 +1 @@ -nosetests --with-cov --cov pyexcel_xls --cov tests --with-doctest --doctest-extension=.rst +nosetests --with-cov --cov pyexcel_xls --cov tests --with-doctest --doctest-extension=.rst tests README.rst diff --git a/test.sh b/test.sh index 58edecb..1c99567 100644 --- a/test.sh +++ b/test.sh @@ -1,2 +1,2 @@ pip freeze -nosetests --with-cov --cov pyexcel_xls --cov tests --with-doctest --doctest-extension=.rst +nosetests --with-cov --cov pyexcel_xls --cov tests --with-doctest --doctest-extension=.rst tests README.rst