File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ cache:
17
17
before_install :
18
18
- sudo apt-get install texlive texlive-latex-extra latexmk
19
19
- pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support
20
- - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --trusted-host wheels.astropy.org --trusted-host wheels2.astropy.org --use-wheel nose numpy matplotlib ${SPHINX_SPEC}
20
+ - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --trusted-host wheels.astropy.org --trusted-host wheels2.astropy.org --use-wheel numpy matplotlib pytest ${SPHINX_SPEC}
21
21
script :
22
22
- |
23
23
python setup.py sdist
24
24
cd dist
25
25
pip install numpydoc* -v
26
- - nosetests numpydoc
26
+ - pytest -pyargs numpydoc
27
27
- |
28
28
cd ../doc
29
29
make SPHINXOPTS=$SPHINXOPTS html
You can’t perform that action at this time.
0 commit comments