From b7cc0c8b2d669df9e8bc9a6fb76b97085fc07f5f Mon Sep 17 00:00:00 2001 From: seshukm Date: Wed, 18 Jul 2018 17:33:46 +0800 Subject: delete plugin multivim python code Issue-ID: SO-729 Change-Id: I15f374d03a0292284553eba5927bdc5290b2eba6 Signed-off-by: seshukm --- aria/multivim-plugin/.travis.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 aria/multivim-plugin/.travis.yml (limited to 'aria/multivim-plugin/.travis.yml') 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 -- cgit 1.2.3-korg