cooncesean / mixpanel-query-py

The Python interface to fetch data from Mixpanel.
MIT License
29 stars 17 forks source link

Tox testing #16

Closed robin900 closed 9 years ago

robin900 commented 9 years ago

Added tox.ini for 2.6-3.4. Added "smoke test suite" via unittest. It runs successfully for py26-py34 if you have a valid key/secret in tests/test_smoke.py. You will need to create a Mixpanel account with an email you control, seed some events in a project for that account, get the key/secret, and establish those in tests/test_smoke.py for automated tox testing in github.

robin900 commented 9 years ago

Will re-try this PR after rebasing.