Updated pytest.ini and python.yml

for 2021
This commit is contained in:
2021-12-01 11:46:42 +01:00
parent f6736082ff
commit e452e96717
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', 'pypy3']
python-version: ['3.7', '3.8', 'pypy3']
steps:
- uses: actions/checkout@v2

View File

@@ -1,4 +1,4 @@
# pytest.ini
[pytest]
python_files = day_*.py
testpaths = 2020/solutions
testpaths = 2021/solutions