diff options
Diffstat (limited to 'third_party/python/blessings/tox.ini')
-rw-r--r-- | third_party/python/blessings/tox.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/python/blessings/tox.ini b/third_party/python/blessings/tox.ini new file mode 100644 index 0000000000..558601ec2b --- /dev/null +++ b/third_party/python/blessings/tox.ini @@ -0,0 +1,8 @@ +[tox] +envlist = py{27,34,35,36,py} + +[testenv] +commands = nosetests blessings +deps = + nose + six |