Skip to content

Commit

Permalink
Added IRC notifications and removed Python 3.5 builds until Travis ac…
Browse files Browse the repository at this point in the history
…tually supports it
  • Loading branch information
agronholm committed Aug 28, 2015
1 parent 2bf7b58 commit 3d42eeb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ language: python
python: 3.4
env:
- TOX_ENV=py34
- TOX_ENV=py35
# - TOX_ENV=py35
- TOX_ENV=docs
- TOX_ENV=flake8
install:
- pip install tox
script:
- tox -e $TOX_ENV
- tox -e $TOX_ENV
notifications:
irc: "chat.freenode.net#asphalt"

0 comments on commit 3d42eeb

Please sign in to comment.