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 12b24f8Copy full SHA for 12b24f8
.travis.yml
@@ -16,3 +16,10 @@ before_install:
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
+ - |
20
+ python setup.py sdist
21
+ # Move out of source directory to avoid finding local scipy
22
+ pushd dist
23
+ pip install scipy* -v
24
+ popd
25
+ - nosetests numpydoc
0 commit comments