language: python python: - "2.7" - "3.4" - "3.5" - "pypy" - "pypy3" install: - pip install -e .[test] - pip install coveralls - pip install tox-travis script: - tox - py.test --cov bidict tests after_success: coveralls sudo: false notifications: webhooks: urls: - https://webhooks.gitter.im/e/bf64fb45a633c0935b9b