diff --git a/python/sample.py b/python/sample.py index f52ec84..53fbf12 100644 --- a/python/sample.py +++ b/python/sample.py @@ -3,7 +3,7 @@ # Here's our "unit". def my_partial_fn(x): # line 1 if x: # 2 - y = 10 # 3 + y = 11 # 3 return y # 4 def IsEven(n): diff --git a/shippable.yml b/shippable.yml index 5a6810e..c109354 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,5 +1,7 @@ python: - "2.7" + - 3.2 + - 3.3 language: python