deb-python-gabbi/.travis.yml
Chris Dent 2abf4c4eca Actually run the placement tox target
Saying it can is not enough.
2017-07-17 16:38:11 +01:00

37 lines
849 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
- env: TOXENV=placement
- 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
- env: TOXENV=placement
notifications:
irc: "chat.freenode.net#gabbi"