File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Changed track screen view to use an unstructured event (#53)
88Added ability to name individual instances of the Python Tracker (#52)
99Validated GET payload in all integration tests (#33) (TODO)
1010Added support for Python 3.2 (#41) (TODO)
11- Added support for Python 2.7 (#42) (TODO)
11+ Added support for Python 2.7 (#42)
1212Fixed versions in requirements.txt (#47)
1313Added platform and tracker version to payload (#50)
1414Changed tracker version prefix from "python-" to "py-" (#51)
Original file line number Diff line number Diff line change 55cd $( dirname $0 )
66
77# pytest because it has a neat output
8- /vagrant/snowplow-python-tracker-environment/bin/python3.3 -m pytest -s
8+
9+ /vagrant/snowplow-python-3.3-tracker-environment/bin/python3.3 -m pytest -s
10+
11+ /vagrant/snowplow-python-2.7-tracker-environment/bin/python2.7 -m pytest -s
You can’t perform that action at this time.
0 commit comments