Skip to content

Commit f9570d8

Browse files
committed
CI: switch to pytest on TravisCI
1 parent 69439c6 commit f9570d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ cache:
1717
before_install:
1818
- sudo apt-get install texlive texlive-latex-extra latexmk
1919
- pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support
20-
- pip install nose numpy matplotlib ${SPHINX_SPEC}
20+
- pip install pytest numpy matplotlib ${SPHINX_SPEC}
2121
script:
2222
- |
2323
python setup.py sdist
2424
cd dist
2525
pip install numpydoc* -v
26-
- nosetests numpydoc
26+
- pytest --pyargs numpydoc
2727
- |
2828
cd ../doc
2929
make SPHINXOPTS=$SPHINXOPTS html

0 commit comments

Comments
 (0)