mirror of
https://github.com/frappe/bench.git
synced 2025-01-22 22:58:31 +00:00
ci: Add PY3.10 to runner matrix
Reduce existing runners based on lesser variance to breakages
This commit is contained in:
parent
5515b0f4ca
commit
22294fce5b
23
.travis.yml
23
.travis.yml
@ -25,18 +25,18 @@ matrix:
|
||||
env: TEST=bench
|
||||
script: python bench/tests/test_init.py TestBenchInit.basic
|
||||
|
||||
- name: "Python 3.10 Basic Setup"
|
||||
python: "3.10"
|
||||
env: TEST=bench
|
||||
script: python bench/tests/test_init.py TestBenchInit.basic
|
||||
|
||||
- name: "Python 3.7 Production Setup"
|
||||
python: 3.7
|
||||
env: TEST=bench
|
||||
script: python bench/tests/test_setup_production.py TestSetupProduction.production
|
||||
|
||||
- name: "Python 3.8 Production Setup"
|
||||
python: 3.8
|
||||
env: TEST=bench
|
||||
script: python bench/tests/test_setup_production.py TestSetupProduction.production
|
||||
|
||||
- name: "Python 3.9 Production Setup"
|
||||
python: 3.9
|
||||
- name: "Python 3.10 Production Setup"
|
||||
python: "3.10"
|
||||
env: TEST=bench
|
||||
script: python bench/tests/test_setup_production.py TestSetupProduction.production
|
||||
|
||||
@ -45,13 +45,8 @@ matrix:
|
||||
env: TEST=bench
|
||||
script: python -m unittest -v bench.tests.test_utils && python -m unittest -v bench.tests.test_init
|
||||
|
||||
- name: "Python 3.8 Tests"
|
||||
python: 3.8
|
||||
env: TEST=bench
|
||||
script: python -m unittest -v bench.tests.test_utils && python -m unittest -v bench.tests.test_init
|
||||
|
||||
- name: "Python 3.9 Tests"
|
||||
python: 3.9
|
||||
- name: "Python 3.10 Tests"
|
||||
python: "3.10"
|
||||
env: TEST=bench
|
||||
script: python -m unittest -v bench.tests.test_utils && python -m unittest -v bench.tests.test_init
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user