Skip to content

Commit 00de7fc

Browse files
committed
run-tests.sh now runs tests for Python 3.3 and 2.7 (snowplow#42)
Verified compatibility with Python 2.7
1 parent 7c2eb25 commit 00de7fc

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Changed track screen view to use an unstructured event (#53)
88
Added ability to name individual instances of the Python Tracker (#52)
99
Validated GET payload in all integration tests (#33) (TODO)
1010
Added support for Python 3.2 (#41) (TODO)
11-
Added support for Python 2.7 (#42) (TODO)
11+
Added support for Python 2.7 (#42)
1212
Fixed versions in requirements.txt (#47)
1313
Added platform and tracker version to payload (#50)
1414
Changed tracker version prefix from "python-" to "py-" (#51)

run-tests.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55
cd $(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

0 commit comments

Comments
 (0)