Skip to content

Commit 1584cf6

Browse files
committed
Update snippet
1 parent c2d4cbb commit 1584cf6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

bitbucket-pipelines.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
image: docker.io/library/python:3.10
2+
13
definitions:
24
steps:
35
- parallel: &codestyle
@@ -6,22 +8,16 @@ definitions:
68
script:
79
- pip install tox
810
- tox run -e ruff
9-
python: '3.10'
1011
- step:
1112
name: Format
1213
script:
1314
- pip install tox
1415
- tox run -e format
15-
python: '3.10'
1616
- step: &unit-tests
1717
name: Unit Tests
1818
script:
1919
- pip install tox
2020
- tox run -e py
21-
python:
22-
- '3.10'
23-
- '3.11'
24-
- '3.12'
2521

2622
pipelines:
2723
branches:

0 commit comments

Comments
 (0)