From 6c93751d7346e85614741995c4e08bf9a47e72d1 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Wed, 1 Oct 2014 00:14:23 +0530 Subject: [PATCH] Fixes travis build by installing mixpanel --- .travis.yml | 1 + hackertray/__init__.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 67faca2..c8cb0aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: install: - pip install requests - pip install nose + - pip install mixpanel-py # command to run tests, e.g. python setup.py test script: nosetests --nocapture notifications: diff --git a/hackertray/__init__.py b/hackertray/__init__.py index bbbd945..e750729 100644 --- a/hackertray/__init__.py +++ b/hackertray/__init__.py @@ -95,6 +95,7 @@ class HackerNewsApp: self.ind.set_menu(self.menu) self.refresh(chrome_data_directory=args.chrome) + self.launch_analytics(args) # Now that we're all done with the boot, send a beacone home launch_data = vars(args)