deb-python-gabbi/.travis.yml
Chris Dent aa20c2862f Add optional testing of current gabbi with current gnocchi
Gnocchi is a big consumer of gabbi so it is useful to run the gabbi
tests in gnocchi against the new gabbi to raise red flags where there
are issues.
2017-01-02 14:27:30 +00:00

35 lines
785 B
YAML

sudo: false
language: python
install:
- pip install tox
script:
- tox
matrix:
include:
- env: TOXENV=py27
- env: TOXENV=py33
- env: TOXENV=py34
- env: TOXENV=pypy
- env: TOXENV=pep8
- env: TOXENV=py27-pytest
- env: TOXENV=gnocchi
- python: 3.5
env: TOXENV=py35
- python: 3.5
env: TOXENV=py35-pytest
- python: 3.5
env: TOXENV=py35-failskip
- python: 3.5
env: TOXENV=py35-limit
- python: 3.5
env: TOXENV=py35-prefix
- python: 3.6
env: TOXENV=py36
- python: 3.6
env: TOXENV=py36-pytest
allow_failures:
- env: TOXENV=gnocchi
notifications:
irc: "chat.freenode.net#gabbi"