We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a79654 commit 3984697Copy full SHA for 3984697
.github/workflows/code-cover.yml
@@ -26,6 +26,7 @@ jobs:
26
python -m pip install --upgrade pip
27
python -m pip install pytest
28
python -m pip install pytest-cov
29
+ python -m pip install multidict
30
- name: Install pvl
31
run: python -m pip install -e .
32
- name: Test with pytest and generate coverage report
.github/workflows/python-test.yml
@@ -30,6 +30,7 @@ jobs:
run: |
python -m pip install pytest flake8
33
34
- name: Lint with flake8
35
36
# stop the build if there are Python syntax errors or undefined names
tox.ini
@@ -8,6 +8,7 @@ commands =
8
pytest
9
deps =
10
11
+ multidict
12
13
[testenv:py{36, 37, 38}-allopts]
14
0 commit comments