We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92d9d2f + dea552c commit 35babc3Copy full SHA for 35babc3
.travis.yml
@@ -3,7 +3,7 @@
3
language: python
4
sudo: false
5
python:
6
- - 3.5
+ - 3.6
7
- 2.7
8
env:
9
- SPHINX_SPEC="Sphinx==1.2.3"
@@ -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