mirror of
https://github.com/google/pybadges.git
synced 2026-01-08 20:30:13 +01:00
Add test
This commit is contained in:
@@ -10,6 +10,16 @@ jobs:
|
||||
pip install virtualenv
|
||||
pip install nox
|
||||
nox -f noxfile.py -s unit
|
||||
Compatibility Test 3.11:
|
||||
docker:
|
||||
- image: cimg/python:3.11.0
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
command: |
|
||||
pip install virtualenv
|
||||
pip install nox
|
||||
nox -f noxfile.py -s compatibility
|
||||
Compatibility Test 3.10:
|
||||
docker:
|
||||
- image: cimg/python:3.10.2
|
||||
|
||||
Reference in New Issue
Block a user