diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2018-07-18 17:33:46 +0800 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2018-07-18 17:33:46 +0800 |
commit | b7cc0c8b2d669df9e8bc9a6fb76b97085fc07f5f (patch) | |
tree | d02f20e8cb9ba78fdb1d68a58b05dec71bfb1f24 /aria/multivim-plugin/.travis.yml | |
parent | 86385b5b9f40df5a53bb0cb80146149405d883af (diff) |
delete plugin multivim python code
Issue-ID: SO-729
Change-Id: I15f374d03a0292284553eba5927bdc5290b2eba6
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'aria/multivim-plugin/.travis.yml')
-rw-r--r-- | aria/multivim-plugin/.travis.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/aria/multivim-plugin/.travis.yml b/aria/multivim-plugin/.travis.yml deleted file mode 100644 index 8653f2f76a..0000000000 --- a/aria/multivim-plugin/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: python -sudo: false -python: - - "2.7" -env: - # - TOX_ENV=docs - - TOX_ENV=flake8 - - TOX_ENV=py27 -# TODO: add coveralls support -install: - - pip install tox - # - pip install coveralls -script: - - tox -e $TOX_ENV -# after_success: -# coveralls -notifications: - flowdock: 1f4ec6febcf1ac9b35ae6c1f0049471f |