From daced78962cf28ff63a59913554297e14f1e31df Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 25 Feb 2020 19:33:25 +0100 Subject: [PATCH] Remove travis-ci --- .travis.yml | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b59d72e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,48 +0,0 @@ -language: python -os: linux -env: - global: - - PYTHON=python3 - - COVERALLS_PARALLEL=true - -jobs: - include: - - stage: test - name: "Python 3.5 on Linux" - python: 3.5 - - name: "Python 3.6 on Linux" - python: 3.6 - - name: "Python 3.7 on Linux" - python: 3.7 - - name: "Python 3.8 on Linux" - python: 3.8 - - name: "PyPy 3 on Linux" - python: pypy3 - - name: "Python 3 on macOS" - os: osx - language: shell - - name: "Python 3.8 on Windows" - os: windows - language: shell - before_install: - - choco install python --version 3.8 - - python -m pip install --upgrade pip - env: - - PATH=/c/Python38:/c/Python38/Scripts:$PATH - - PYTHON=python - -notifications: - webhooks: - - https://coveralls.io/webhook - -install: - - ${PYTHON} --version - - ${PYTHON} -m pip install --upgrade coveralls - - ${PYTHON} -m pip install --upgrade --editable .[test,bcrypt] - - ${PYTHON} -m pip list - -script: - - ${PYTHON} setup.py test - -after_success: - - ${PYTHON} -m coveralls