File: .travis.yml

package info (click to toggle)
python-dbus-next 0.2.3-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 704 kB
  • sloc: python: 6,018; makefile: 45; xml: 29
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
language: minimal
sudo: required
dist: xenial
services:
  - docker
before_install:
  - docker build -t dbus-next-test .
script:
  - docker run -it dbus-next-test