diff options
Diffstat (limited to 'vim/bundle/YouCompleteMe/third_party/pythonfutures/tox.ini')
m--------- | vim/bundle/YouCompleteMe | 0 | ||||
-rwxr-xr-x | vim/bundle/YouCompleteMe/third_party/pythonfutures/tox.ini | 8 |
2 files changed, 0 insertions, 8 deletions
diff --git a/vim/bundle/YouCompleteMe b/vim/bundle/YouCompleteMe new file mode 160000 +Subproject 0de1c0c9bb13ce82172b472c676035cd47cf6a6 diff --git a/vim/bundle/YouCompleteMe/third_party/pythonfutures/tox.ini b/vim/bundle/YouCompleteMe/third_party/pythonfutures/tox.ini deleted file mode 100755 index c1ff2f1..0000000 --- a/vim/bundle/YouCompleteMe/third_party/pythonfutures/tox.ini +++ /dev/null @@ -1,8 +0,0 @@ -[tox] -envlist = py26,py27,py31 - -[testenv] -commands={envpython} test_futures.py [] - -[testenv:py26] -deps=unittest2 |