diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-09-25 22:34:02 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-09-25 22:34:02 +0200 |
commit | 08bea4adde5d5beb5f2a5cc875216b4205b90d50 (patch) | |
tree | 3066aca39cd6b0201bbcb63fd1d806e55bd06501 /tox.ini | |
parent | 4c917d0314f0442fd17d6f8ec8e583252167512c (diff) |
Also run tests with python 3.5
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,py34 +envlist = py26,py27,py33,py34,py35 [testenv] deps = nose |