commit | 7d432368d25c68d79c042b0aeb262c19092225a1 | [log] [tgz] |
---|---|---|
author | Pat Ferate <pferate+github@gmail.com> | Tue Mar 10 11:01:34 2015 -0700 |
committer | Pat Ferate <pferate+github@gmail.com> | Tue Mar 10 11:01:34 2015 -0700 |
tree | 260ef5a02125ff0b040254d0ee79eca13f1eaf16 | |
parent | cf939a33f6b8ec98a3239c482344276eccc0adfb [diff] [blame] |
Setting up test environment for 3.3 and 3.4.
diff --git a/tox.ini b/tox.ini index 1e868a0..6a3b10b 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,5 +1,5 @@ [tox] -envlist = py26, py27 +envlist = py26, py27, py33, py34 [testenv] deps = keyring @@ -17,3 +17,9 @@ [testenv:py27] commands = nosetests + +[testenv:py33] +commands = nosetests + +[testenv:py34] +commands = nosetests