Skip to content

Commit 4605f1b

Browse files
committed
Move environment definitions to the end of the file
1 parent ef7e2ca commit 4605f1b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pixi.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,6 @@ copernicusmarine = ">=2.2.2"
2929
yaspin = "*"
3030
textual = "*"
3131

32-
[environments]
33-
default = { features = ["test", "notebooks", "typing", "pre-commit"] }
34-
test-latest = { features = ["test"], solve-group = "test" }
35-
test-py310 = { features = ["test", "py310"] }
36-
test-py311 = { features = ["test", "py311"] }
37-
test-py312 = { features = ["test", "py312"] }
38-
test-notebooks = { features = ["test", "notebooks"], solve-group = "test" }
39-
docs = { features = ["docs"], solve-group = "docs" }
40-
typing = { features = ["typing"], solve-group = "typing" }
41-
pre-commit = { features = ["pre-commit"], no-default-feature = true }
42-
4332
[dependencies]
4433
virtualship = { path = "." }
4534

@@ -95,3 +84,14 @@ lxml = "*"
9584

9685
[feature.typing.tasks]
9786
typing = "mypy src/virtualship --install-types"
87+
88+
[environments]
89+
default = { features = ["test", "notebooks", "typing", "pre-commit"] }
90+
test-latest = { features = ["test"], solve-group = "test" }
91+
test-py310 = { features = ["test", "py310"] }
92+
test-py311 = { features = ["test", "py311"] }
93+
test-py312 = { features = ["test", "py312"] }
94+
test-notebooks = { features = ["test", "notebooks"], solve-group = "test" }
95+
docs = { features = ["docs"], solve-group = "docs" }
96+
typing = { features = ["typing"], solve-group = "typing" }
97+
pre-commit = { features = ["pre-commit"], no-default-feature = true }

0 commit comments

Comments
 (0)