Skip to content

Commit 0297419

Browse files
committed
run test_doc.py on Travis
nosetests skips the tests in this file, so run it separately.
1 parent 7109cbe commit 0297419

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,16 @@ script:
7272
pip wheel . -v
7373
pip install PyWavelets*.whl -v
7474
pushd demo
75-
nosetests pywt
75+
nosetests -v pywt
76+
python ../pywt/tests/test_doc.py
7677
popd
7778
elif [ "${USE_SDIST}" == "1" ]; then
7879
python setup.py sdist
7980
# Move out of source directory to avoid finding local pywt
8081
pushd dist
8182
pip install PyWavelets* -v
82-
nosetests pywt
83+
nosetests -v pywt
84+
python ../pywt/tests/test_doc.py
8385
popd
8486
elif [ "${REFGUIDE_CHECK}" == "1" ]; then
8587
pip install -e . -v

0 commit comments

Comments
 (0)