Skip to content

Commit

Permalink
Only run doctests on conda-forge, latest Py38 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervdw committed Apr 2, 2021
1 parent ff7d0d9 commit 5b2a57a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- os: ubuntu-latest
python: 3.8
channel: conda-forge
pytest_args: "--doctest-modules"
- os: windows-latest
python: 3.8
channel: conda-forge
Expand Down Expand Up @@ -74,4 +75,4 @@ jobs:
shell: bash
run: |
source activate test
pytest --doctest-modules
pytest ${{ matrix.pytest_args }}
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
shell: bash
continue-on-error: ${{ matrix.geos == 'master' }}
run: |
pytest --doctest-modules
pytest
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ install:
- pip install . --no-deps --no-build-isolation

script:
- pytest --doctest-modules
- pytest
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ build_script:
- pip install --no-deps -e .

test_script:
- pytest --doctest-modules
- pytest

cache:
- C:\projects\deps -> %APPVEYOR_BUILD_FOLDER%\ci\install_geos.cmd

0 comments on commit 5b2a57a

Please sign in to comment.