Skip to content

Commit 4a2bab4

Browse files
committed
Grow testing matrix on 3.6, 3,8 and latest numpy
bump coverage and python concurency issue
1 parent 2c41dcd commit 4a2bab4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.7]
19-
numpy_version: ['==1.16.4']
18+
python-version: ['3.6.9' , 3.7, 3.8]
19+
numpy_version: ['==1.16.4', '']
2020
steps:
2121
- uses: actions/checkout@v2
2222
with:
@@ -41,6 +41,7 @@ jobs:
4141
python -m pip install -U pip setuptools wheel codecov
4242
python -m pip install -rrequirements_dev_minimal.txt numpy${{ matrix.numpy_version}} -rrequirements_dev_optional.txt
4343
python -m pip install -e .
44+
python -m pip freeze
4445
- name: Tests
4546
shell: "bash -l {0}"
4647
run: |

requirements_dev_optional.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ redis==3.3.8
1111
pymongo==3.9.0
1212
# optional test requirements
1313
tox==3.14.0
14-
coverage==5.0.3
14+
coverage
1515
flake8==3.8.3
1616
pytest-cov==2.7.1
1717
pytest-doctestplus==0.4.0

0 commit comments

Comments
 (0)