summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python-test.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml
index a13efe3..2caa6ff 100644
--- a/.github/workflows/python-test.yml
+++ b/.github/workflows/python-test.yml
@@ -25,7 +25,10 @@ jobs:
pip install -e .
- name: Test with pytest
run: |
- pytest tests
+ python src/tests/configobj_doctests.py
+ python -m configobj.validate
+ py.test -c setup.cfg --color=yes --cov=configobj --cov-report=term --cov-report=html --cov-report=xml
+
build-on-legacy:
runs-on: ubuntu-20.04