File: .travis.yml

package info (click to toggle)
python-unidiff 0.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: python: 1,020; sh: 13; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 100 bytes parent folder | download
1
2
3
4
5
6
7
8
language: python
python:
  - "3.7"
  - "3.8"
  - "3.9"
  - "3.10"
  - "3.11"
script: ./run_tests.sh