deb-python-gabbi/.travis.yml
Chris Dent 981363376e Ensure the unexpected success works in python3
And ensure there is coverage for unexpected success in both python3
and 2 and in travis.
2015-07-31 14:13:14 +01:00

21 lines
364 B
YAML

sudo: false
language: python
install:
- pip install tox
script:
- tox
env:
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pypy3
- TOXENV=pep8
- TOXENV=py34-failskip
- TOXENV=py34-limit
- TOXENV=py34-prefix
notifications:
irc: "chat.freenode.net#gabbi"