- commit
- d087e6cf02af1b131d19c33b512cb67831b4cd8d
- parent
- 21479df8bdcc0a8a856b2360f587bc7fc8f4d1ae
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-03-22 22:34
add py34 to tox config
Diffstat
| M | tox.ini | 10 | +++++++++- |
1 files changed, 9 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
@@ -4,7 +4,7 @@ 4 4 # and then run "tox" from this directory. 5 5 6 6 [tox]7 -1 envlist = py26, py27-1 7 envlist = py26, py27, py34 8 8 9 9 [testenv] 10 10 commands = @@ -22,3 +22,11 @@ deps = 22 22 nose 23 23 coverage 24 24 unittest2 -1 25 -1 26 [testenv:py34] -1 27 deps = -1 28 python3-xlib -1 29 PyUserInput -1 30 flake8 -1 31 nose -1 32 coverage