File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -8,26 +8,26 @@ requires =
88envlist =
99 # Run the unit test suite
1010 test,
11- ; # Build libbson
12- ; build-libbson,
13- ; # Build a dist
14- ; build-dist,
15- ; # Verify that import works without test deps
16- ; import-check,
17- ; # Run the benchmark test(s)
18- ; benchmark,
19- ; # Ensure the sphinx build has no errors or warnings.
20- ; docs,
21- ; # Serve live docs
22- ; docs-serve,
23- ; # Check links of sphinx docs
24- ; linkcheck,
25- ; # Run pre-commit on all files.
26- ; lint
27- ; # Run pre-commit on all files with manual checks.
28- ; lint-manual
29- ; # Check the sdist integrity.
30- ; manifest
11+ # Build libbson
12+ build-libbson,
13+ # Build a dist
14+ build-dist,
15+ # Verify that import works without test deps
16+ import-check,
17+ # Run the benchmark test(s)
18+ benchmark,
19+ # Ensure the sphinx build has no errors or warnings.
20+ docs,
21+ # Serve live docs
22+ docs-serve,
23+ # Check links of sphinx docs
24+ linkcheck,
25+ # Run pre-commit on all files.
26+ lint
27+ # Run pre-commit on all files with manual checks.
28+ lint-manual
29+ # Check the sdist integrity.
30+ manifest
3131
3232[testenv]
3333package = editable
You can’t perform that action at this time.
0 commit comments