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 69439c6 commit f9570d8Copy full SHA for f9570d8
.travis.yml
@@ -17,13 +17,13 @@ cache:
17
before_install:
18
- sudo apt-get install texlive texlive-latex-extra latexmk
19
- pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support
20
- - pip install nose numpy matplotlib ${SPHINX_SPEC}
+ - pip install pytest numpy matplotlib ${SPHINX_SPEC}
21
script:
22
- |
23
python setup.py sdist
24
cd dist
25
pip install numpydoc* -v
26
- - nosetests numpydoc
+ - pytest --pyargs numpydoc
27
28
cd ../doc
29
make SPHINXOPTS=$SPHINXOPTS html
0 commit comments