981363376e
And ensure there is coverage for unexpected success in both python3 and 2 and in travis.
21 lines
364 B
YAML
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"
|