sudo: false language: python python: - 3.5 env: - TOXENV=py27 - TOXENV=py33 - TOXENV=py34 - TOXENV=py35 - TOXENV=pypy - TOXENV=flake8 install: pip install tox script: tox cache: directories: - .tox - $HOME/.cache/pip after_success: make coveralls notifications: email: - paultag@gmail.com irc: channels: - "irc.freenode.net#woo-city-commits" - "irc.freenode.net#hy" on_success: change on_failure: change use_notice: false