Files
deb-python-kafka/.gitignore
Dana Powers 1a6ff2615c Use pytest instead of nose for running tests via tox
- use pytest-sugar for pretty output
  - add linting to each python tox environment
  - drop lint as separate tox target
  - replace travis_selector.sh with shell magic
2016-01-01 22:44:19 -08:00

13 lines
106 B
Plaintext

*.egg-info
*.pyc
.tox
build
dist
MANIFEST
env
servers/*/kafka-bin
.coverage*
.noseids
docs/_build
.cache*