Closed cooncesean closed 9 years ago
Sean, sign up for Mixpanel and I'll add you to a new account/project owned by rthomas900+mixpanelquery@gmail.com there. I've seeded events in that project and I have the test suite succeeding against it, using travis-encrypted env vars for the API key/secret.
FWIW I also agree with @cooncesean that it might be preferable to test in some way that doesn't actually reach out to mixpanel. Requests to MP are rate limited, and I don't think it's a stretch to say a well covered set of tests could exhaust the 60 requests in 60 seconds rolling window pretty easily, and thats with a single entity running the tests in that window.
Overview
Simply bumps the version to
0.1.6
to be released on PyPi.The big change was the most recent PR, which upgraded the library to support Python 2 and 3.