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