Add "spktype21" to dependencies needed under CI

This commit is contained in:
Brandon Rhodes 2020-06-15 18:11:38 -04:00
parent 7f74ff5578
commit 9fe659a280
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ install:
script:
- "../test-code.sh"
- "if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]] ; then pip install astropy==3.0.1 matplotlib==2.2.3 numpy==1.14.2 scipy==1.2.2 sphinx==1.7.2 ; cd .. ; ./test-docs.sh ; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]] ; then pip install astropy==3.0.1 matplotlib==2.2.3 numpy==1.14.2 scipy==1.2.2 sphinx==1.7.2 spktype21 ; cd .. ; ./test-docs.sh ; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]] ; then pip install pyflakes ; pyflakes $(find skyfield/ -name '*.py') ; fi"