Lars Blumberg
2017-08-14 eabea843336c2a0378773811ce1a11b48fb56e39
commit | author | age
cb8bb9 1 # Wire up travis
366f9d 2 language: python
85e432 3 sudo: false
14126c 4
cc9126 5 matrix:
BJR 6     include:
7         - python: 2.7
8           env: TOXENV=py27
9         - python: 3.4
10           env: TOXENV=py34
11         - python: 3.5
12           env: TOXENV=py35
13         - python: pypy
14           env: TOXENV=pypy
15         - python: 3.5
16           env: TOXENV=py2-cover,py3-cover,coverage
17         - python: 3.5
0030fb 18           env: TOXENV=docs
MM 19         - python: 3.5
cc9126 20           env: TOXENV=pep8
0844c6 21         - python: 3.6
202ad6 22           env: TOXENV=py36
568ce3 23         - python: nightly
MM 24           env: TOXENV=py37
0b4e6d 25     allow_failures:
568ce3 26         - env: TOXENV=py37
366f9d 27
6bdda3 28 install:
d965c4 29   - travis_retry pip install tox
3a950c 30
6bdda3 31 script:
d965c4 32   - travis_retry tox
71b473 33
495bc6 34 cache:
MM 35   directories:
36     - $HOME/.cache/pip
37
71b473 38 notifications:
TS 39   email:
40     - pyramid-checkins@lists.repoze.org
93d2aa 41   irc:
MM 42     channels:
43       - "chat.freenode.net#pyramid"