mirror of
https://github.com/Noettore/AdventOfCode.git
synced 2025-10-14 19:26:39 +02:00
Updated pytest.ini and python.yml
for 2021
This commit is contained in:
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.6', '3.7', '3.8', 'pypy3']
|
python-version: ['3.7', '3.8', 'pypy3']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# pytest.ini
|
# pytest.ini
|
||||||
[pytest]
|
[pytest]
|
||||||
python_files = day_*.py
|
python_files = day_*.py
|
||||||
testpaths = 2020/solutions
|
testpaths = 2021/solutions
|
||||||
|
Reference in New Issue
Block a user