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:
- pip install requests
- pip install nose
- pip install mixpanel-py
# command to run tests, e.g. python setup.py test
script: nosetests --nocapture
notifications:

View File

@ -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)