From 39a05c125e31d1dda029f65a3ef570fcb337f038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Tue, 17 Feb 2015 15:58:32 +0000 Subject: [PATCH] Tinkering with Travis setup --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3742ab5..98096d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,13 @@ python: - "2.7" - "3.4" install: -- pip install nose +- python setup.py -q install - pip install python-dateutil - pip install httpretty -- pip install . --use-mirrors script: nosetests -v branches: only: - dev - - api_v3 +notifications: + email: + - urschrei@example.com