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)