Skip to content

Commit

Permalink
Revert docmodules, 3.9.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imatlopez committed Sep 2, 2020
1 parent cc9942e commit 354c569
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# TODO: Line 50, enable pytest --doctest-modules

name: Tests
on: [push, pull_request]
jobs:
Expand All @@ -7,7 +9,7 @@ jobs:
max-parallel: 15
matrix:
node: [10.x, 12.x, 14.x]
python: [3.6, 3.7, 3.8, 3.9.0-rc.1]
python: [3.6, 3.7, 3.8]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -30,8 +32,8 @@ jobs:
- name: Set Windows environment
if: matrix.os == 'windows-latest'
run:
echo '::set-env name=GYP_MSVS_VERSION::2015'
echo '::set-env name=GYP_MSVS_OVERRIDE_PATH::C:\\Dummy'
echo ::set-env name=GYP_MSVS_VERSION::2015
echo ::set-env name=GYP_MSVS_OVERRIDE_PATH::C:\\Dummy
- name: Run Node tests
run: |
npm test
Expand All @@ -45,5 +47,5 @@ jobs:
- name: Run Python tests
run: |
python -m pytest
- name: Run doctests with pytest
run: python -m pytest --doctest-modules
# - name: Run doctests with pytest
# run: python -m pytest --doctest-modules

0 comments on commit 354c569

Please sign in to comment.