Add six to tox.ini testing deps

This commit is contained in:
Dana Powers
2014-09-07 22:49:56 -07:00
parent 715425c639
commit c8efaabc80

View File

@@ -2,6 +2,7 @@
envlist = lint, py26, py27, pypy, py33, py34
[testenv]
deps =
six
unittest2
nose
nose-timer