mixpanel-query-py
                                
                                 mixpanel-query-py copied to clipboard
                                
                                    mixpanel-query-py copied to clipboard
                            
                            
                            
                        How to integrate Travis/tox
- 
Create or reuse existing Mixpanel login. Send robin900 the email address for the login. 
- 
I will add that email to the sample project for account "Mixpanel Query PyPI" on Mixpanel. There are already events seeded for Jun 22, 2015. 
- 
Create a branch to hold my pull request. Send me the branch name. 
- 
I will create a PR to that new branch. Once you merge the PR, you will need to encrypt the project's API and secret using travis. 
- 
Create a travis-ci.org account (free for public github repos). Sync it with your github info. 
- 
From your project checkout of the new branch, re-encrypt the API and secret using your new travis keys. "gem install travis" to get the travis tool. then: 
travis encrypt API_KEY=xxx API_SECRET=xxx --add env
then git add .travis.yml, commit, and push. You should see your build on travis-ci.org complete successfully.
You will need the API key and secret from me in order to run travis encrypt command, which I can send to you out of band.
Also, once you have a travis-ci account, you can change the markdown in README.md near the top to reference your own account for the travis-ci status badge.