We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9b54c commit 234b6f3Copy full SHA for 234b6f3
test.bat
@@ -1,3 +1,3 @@
1
-#/bin/bash
2
pip freeze
3
-nosetests --with-coverage --cover-package libxlsxwpy --cover-package tests tests --with-doctest --doctest-extension=.rst README.rst docs/source
+nosetests --with-cov --cover-package libxlsxwpy --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst
+
test.sh
@@ -1,3 +1,2 @@
+nosetests --with-coverage --cover-package libxlsxwpy --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst
0 commit comments