.travel.yml 137 B

123456789
  1. command: python -m pytest {}
  2. include: ^test_.*\.py$
  3. path: ./
  4. depth: 1
  5. verbose: true
  6. timeout: 1m
  7. reload: false
  8. html: test.html
  9. notify: []