mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
Enable doctests again
This commit is contained in:
parent
bd7b8dc5f1
commit
45c1840d2f
@ -85,7 +85,7 @@ install:
|
||||
- "python -m pip list"
|
||||
|
||||
script:
|
||||
- "if [[ $TRAVIS_PYTHON_VERSION == 3.5 && $GDALVERSION == 2.1.0 ]]; then python -m pytest --doctest-ignore-import-errors --doctest-glob='*.rst' docs/*.rst -k 'not index and not quickstart and not switch' ; fi"
|
||||
- "if [[ $TRAVIS_PYTHON_VERSION == 3.6 && $GDALVERSION == 2.4.4 ]]; then python -m pytest --doctest-ignore-import-errors --doctest-glob='*.rst' docs/*.rst -k 'not index and not quickstart and not switch' ; fi"
|
||||
- python -m pytest -v -m "not wheel" -rxXs --cov rasterio --cov-report term-missing
|
||||
|
||||
after_success:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user