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 18df9d1 commit fd053d4Copy full SHA for fd053d4
.travis.yml
@@ -15,4 +15,8 @@ before_install:
15
- pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support
16
- 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}
17
script:
18
- - python setup.py test
+ - |
19
+ python setup.py sdist
20
+ cd dist
21
+ pip install numpydoc* -v
22
+ - nosetests numpydoc
0 commit comments