Fixes travis build by installing mixpanel

This commit is contained in:
Abhay Rana 2014-10-01 00:14:23 +05:30
parent 93c9647b3b
commit 6c93751d73
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ python:
install: install:
- pip install requests - pip install requests
- pip install nose - pip install nose
- pip install mixpanel-py
# command to run tests, e.g. python setup.py test # command to run tests, e.g. python setup.py test
script: nosetests --nocapture script: nosetests --nocapture
notifications: notifications:

View File

@ -95,6 +95,7 @@ class HackerNewsApp:
self.ind.set_menu(self.menu) self.ind.set_menu(self.menu)
self.refresh(chrome_data_directory=args.chrome) self.refresh(chrome_data_directory=args.chrome)
self.launch_analytics(args)
# Now that we're all done with the boot, send a beacone home # Now that we're all done with the boot, send a beacone home
launch_data = vars(args) launch_data = vars(args)