File: .travis.yml

package info (click to toggle)
gpodder 3.10.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,648 kB
  • sloc: python: 18,225; sh: 451; makefile: 152; xml: 32
file content (13 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
language: python
dist: trusty
sudo: required
python:
    - "3.5"
install:
    - sudo apt-get update -q
    - sudo apt-get install intltool desktop-file-utils
    - pip3 install coverage==4.5.4 minimock pycodestyle isort
    - python3 tools/localdepends.py
script:
    - make lint
    - make releasetest