File: .travis.yml

package info (click to toggle)
icdiff 2.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 616 kB
  • sloc: python: 756; sh: 190; makefile: 17
file content (16 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: python
sudo: required
dist: xenial
python:
  - "3.4"
  - "3.5"
  - "3.6"
  - "3.7"
  - "3.8"
  - "3.9"
  - "nightly"
script:
  - pip install -r requirements-dev.txt
  - ./test.sh python
git:
  depth: false