mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-05 06:25:35 +00:00
added python 3.10 and 3.11 to CI
This commit is contained in:
parent
094db34159
commit
ebdf0c9707
2 changed files with 12 additions and 8 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy2"]
|
||||
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy2"]
|
||||
redis-version: [6]
|
||||
|
||||
steps:
|
||||
|
|
@ -45,8 +45,8 @@ jobs:
|
|||
run: |
|
||||
sleep $[ ( $RANDOM % 20 ) + 1 ]s
|
||||
pytest --cov=./
|
||||
if [[ $PYTHON_VERSION == 3.10 ]]; then codecov; fi
|
||||
if [[ $PYTHON_VERSION == 3.10 ]]; then cd docs && make html; fi
|
||||
if [[ $PYTHON_VERSION == 3.11 ]]; then codecov; fi
|
||||
if [[ $PYTHON_VERSION == 3.11 ]]; then cd docs && make html; fi
|
||||
|
||||
# publish_package:
|
||||
# runs-on: "ubuntu-latest"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue