From: Phil Howard Date: Sat, 14 Nov 2020 17:38:07 +0000 (+0000) Subject: Remove .travis.yml X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02-2.git/commitdiff_plain/051aec5225cdb45d259b93cf5256ff0e54c85091?ds=inline;hp=--cc Remove .travis.yml --- 051aec5225cdb45d259b93cf5256ff0e54c85091 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 79decd6..0000000 --- a/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -language: python -sudo: false -cache: pip - -git: - submodules: true - -matrix: - include: - - python: "2.7" - env: TOXENV=py27 - - python: "3.5" - env: TOXENV=py35 - -install: - - pip install --ignore-installed --upgrade setuptools pip tox coveralls - -script: - - cd library - - tox -vv - -after_success: if [ "$TOXENV" == "py35" ]; then coveralls; fi - -notifications: - email: false