Skip to content

Commit fa2eb4b

Browse files
committed
Fix build
1 parent ebcf07e commit fa2eb4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ script:
2121
- ./dev_tools/src/d1_dev/syspath.py
2222
- pip freeze
2323
- pip check || true
24-
# - pytest --help
25-
# - pytest --fixtures
24+
- pytest --help
25+
- pytest --fixtures
2626
- pytest -n auto --cov=. --cov-report=term --cov-report=xml
2727
after_success:
2828
# Submit results to Coveralls.io.

0 commit comments

Comments
 (0)