From 233c0a1ccdb7ec3a2c79ff63901522ff04f9a54b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 4 Jul 2013 12:13:55 +0200 Subject: Changed how tests are invoked by going through a makefile --- .travis.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.1