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.
20 lines
302 B
YAML
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"
|