We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7109cbe commit 0297419Copy full SHA for 0297419
1 file changed
.travis.yml
@@ -72,14 +72,16 @@ script:
72
pip wheel . -v
73
pip install PyWavelets*.whl -v
74
pushd demo
75
- nosetests pywt
+ nosetests -v pywt
76
+ python ../pywt/tests/test_doc.py
77
popd
78
elif [ "${USE_SDIST}" == "1" ]; then
79
python setup.py sdist
80
# Move out of source directory to avoid finding local pywt
81
pushd dist
82
pip install PyWavelets* -v
83
84
85
86
elif [ "${REFGUIDE_CHECK}" == "1" ]; then
87
pip install -e . -v
0 commit comments