summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 8c35f97201a5ed44f6e0ba925459f9309e2583e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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