Ubuntu Pastebin

Paste from snapcraft.yaml at Tue, 13 Jun 2017 00:11:13 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: kpi-python-tests
version: 0.1.2
summary: Tests for python
description: This snap is a set of tests using python plugin
confinement: strict
grade: devel

apps:
  kpi-python-tests:
    command: kpi-python-tests

parts:
  kpi-python-tests:
    plugin: python
    python-packages:
      - ptyprocess

  environment:
    source: snap/
    plugin: dump
    organize:
      kpi-python-tests.wrapper: bin/kpi-python-tests
Download as text