Files
deb-python-wsgi-intercept/.travis.yml
Chris Dent 2504de1f73 pep8 fixes to get pep8 tox target passing
This is basic flake8 testing without any 'hacking' extensions. We
may wish to add those later, but for the time being this code is
so much of its own particular style that that would be painful.
In any case, the hacking rules aren't that great.

In the process some documentation adjustments were made while fixing
line lenghts. A dead link was removed.
2016-09-22 19:27:01 +01:00

20 lines
302 B
YAML

sudo: false
language: python
python:
- "3.5"
install:
- pip install tox
script:
- tox
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=pypy
- TOXENV=pep8
- TOXENV=docs
notifications:
irc: "chat.freenode.net#gabbi"