summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-07-04 12:13:55 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2013-07-04 12:13:55 +0200
commit233c0a1ccdb7ec3a2c79ff63901522ff04f9a54b (patch)
tree0a351b6924a6ac4402e7126601ef64e5f0f0ff33 /.travis.yml
parent6fd92a8cda9ff6f3b402965d21dc9235b1fd20c9 (diff)
downloadbabel-233c0a1ccdb7ec3a2c79ff63901522ff04f9a54b.tar.gz
Changed how tests are invoked by going through a makefile
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c5cbea9..28b3c7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,4 +10,14 @@ install:
- pip install pytz
- pip install --editable .
-script: python setup.py test
+script: make test
+
+notifications:
+ email: false
+ irc:
+ channels:
+ - "chat.freenode.net#pocoo"
+ on_success: change
+ on_failure: always
+ use_notice: true
+ skip_join: true