File: .travis.yml

package info (click to toggle)
python-pecan 1.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,268 kB
  • ctags: 2,123
  • sloc: python: 10,456; makefile: 150; sh: 46
file content (72 lines) | stat: -rw-r--r-- 1,487 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
language: python
cache: pip
services:
  - mongodb

env:
  - TOXENV=py26
  - TOXENV=py27
  - TOXENV=py33
  - TOXENV=py34
  - TOXENV=scaffolds-26
  - TOXENV=scaffolds-27
  - TOXENV=scaffolds-33
  - TOXENV=scaffolds-34
  - TOXENV=scaffolds-26-rest-api
  - TOXENV=scaffolds-27-rest-api
  - TOXENV=scaffolds-33-rest-api
  - TOXENV=scaffolds-34-rest-api
  - TOXENV=pypy
  - TOXENV=pep8

  # OpenStack-related gating
  - TOXENV=barbican-stable
  - TOXENV=barbican-tip
  - TOXENV=ceilometer-stable
  - TOXENV=ceilometer-tip
  - TOXENV=designate-stable
  - TOXENV=designate-tip
  - TOXENV=gnocchi-stable
  - TOXENV=gnocchi-tip
  - TOXENV=ironic-stable
  - TOXENV=ironic-tip
  - TOXENV=neutron-stable
  - TOXENV=neutron-tip
  - TOXENV=magnum-stable
  - TOXENV=magnum-tip
  - TOXENV=wsme-stable
  - TOXENV=wsme-tip

install:
  - travis_retry pip install tox

script:
  - travis_wait tox

matrix:
  allow_failures:
    - env: TOXENV=barbican-stable
    - env: TOXENV=barbican-tip
    - env: TOXENV=ceilometer-stable
    - env: TOXENV=designate-stable
    - env: TOXENV=designate-tip
    - env: TOXENV=gnocchi-stable
    - env: TOXENV=neutron-stable
    - env: TOXENV=ironic-stable
    - env: TOXENV=magnum-stable
    - env: TOXENV=wsme-stable
  include:
    - python: 3.5
      env:
      - TOXENV=py35
    - python: 3.5
      env:
      - TOXENV=scaffolds-35
    - python: 3.5
      env:
      - TOXENV=scaffolds-35-rest-api

notifications:
  irc:
    channels:
      - "chat.freenode.net#pecanpy"