ce8bc60414
Renamed logging.py to log.py. I was getting import errors because it conflicts with logging in the stdlib.
20 lines
268 B
YAML
20 lines
268 B
YAML
language: python
|
|
python: 2.7
|
|
env:
|
|
- TOX_ENV=py26
|
|
- TOX_ENV=py27
|
|
- TOX_ENV=pep8
|
|
|
|
install:
|
|
- pip install tox
|
|
script:
|
|
- tox -vv -e $TOX_ENV
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#teeth-dev"
|
|
use_notice: true
|
|
skip_join: true
|
|
email: false
|