diff options
| author | Eevee (Lexy Munroe) <eevee.git@veekun.com> | 2016-01-04 15:21:55 -0800 |
|---|---|---|
| committer | Eevee (Lexy Munroe) <eevee.git@veekun.com> | 2016-01-04 15:21:55 -0800 |
| commit | edf118d0fa5ff5eac42625d164c121ca5c4559ac (patch) | |
| tree | fac54bf5510195046d7e3d36eeb85d2a605ff761 | |
| parent | f73bf01eac436f0b88251e1a19f9cace22f3c5f1 (diff) | |
| download | feedgenerator-edf118d0fa5ff5eac42625d164c121ca5c4559ac.tar.gz | |
Add py34 and py35 to tox.ini
| -rw-r--r-- | tox.ini | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py32,py33 +envlist = py26,py27,py32,py33,py34,py35 [testenv] commands = unit2 discover @@ -19,3 +19,11 @@ deps = [testenv:py33] deps = unittest2py3k + +[testenv:py34] +deps = + unittest2py3k + +[testenv:py35] +deps = + unittest2py3k |
