mirror of
https://github.com/jongracecox/anybadge.git
synced 2025-12-16 10:30:05 +01:00
Add Python 3.10 testing to ci
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -1,13 +1,15 @@
|
||||
dist: xenial
|
||||
dist: focal
|
||||
language: python
|
||||
jobs:
|
||||
include:
|
||||
- python: '3.7'
|
||||
- python: "3.7"
|
||||
env: RUN_PRE_COMMIT=0
|
||||
- python: '3.8'
|
||||
- python: "3.8"
|
||||
env: RUN_PRE_COMMIT=0
|
||||
- python: '3.9'
|
||||
- python: "3.9"
|
||||
env: RUN_PRE_COMMIT=1
|
||||
- python: "3.10"
|
||||
env: RUN_PRE_COMMIT=0
|
||||
install:
|
||||
- pip install -U setuptools pip -r build-requirements.txt
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user