Skip to content

Commit e1a3bbf

Browse files
committed
undo build check commenting :')
1 parent a9e45e8 commit e1a3bbf

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

bindings/python/tox.ini

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ requires =
88
envlist =
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]
3333
package = editable

0 commit comments

Comments
 (0)