[go: up one dir, main page]

File: .travis.yml

package info (click to toggle)
comitup 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,092 kB
  • sloc: python: 2,109; sh: 30; makefile: 18
file content (22 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: python

sudo: required
dist: trusty

virtualenv:
  system_site_packages: true

matrix:
  include:
    - python: "2.7"
      addons:
        apt:
          packages:
            - avahi-daemon
            - python-dbus
            - python-gobject-2
            - python-networkmanager

script:
  - find .
  - python setup.py build test