1language: python
2sudo: false
3python:
4  - 2.7
5  - 3.4
6  - 3.5
7  - 3.6
8install:
9  - pip install tox-travis
10script:
11  - tox
12notifications:
13  irc:
14    - "irc.freenode.org#bsdploy"
15  on_success: change
16  on_failure: change
17