diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-03-14 21:41:56 +0100 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-03-14 21:41:56 +0100 |
commit | 7c42327e0e2f62a64771769e17cda33ea2a4a10d (patch) | |
tree | 878b981e8391f6454afbc5759d8fab34138477a6 | |
parent | 873383e9bd2496a31870e6456007463c1f873b33 (diff) |
tox.ini: Add python 3.4
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33 +envlist = py26,py27,py33,py34 [testenv] deps = nose |