From 4fac7e37a8ecaa37e1792b4fa183479bd9894f62 Mon Sep 17 00:00:00 2001 From: baztian Date: Tue, 30 Jun 2020 21:36:46 +0200 Subject: [PATCH] Remove references to travis (thanks travis for the good times!) --- .travis.yml_disabled | 44 ------------------------------------------ README_development.rst | 2 +- 2 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 .travis.yml_disabled diff --git a/.travis.yml_disabled b/.travis.yml_disabled deleted file mode 100644 index 30edcec..0000000 --- a/.travis.yml_disabled +++ /dev/null @@ -1,44 +0,0 @@ -os: linux -dist: focal -language: python - -deploy: - provider: pypi - username: cheffe - password: - secure: ZQsqnd4Ux3erP0xfLJefJ/90wcJX/L2SfYOZFPbAIwJaX3n9iXf7jOGaT5FzJxLH+c0RJ1varqX0WZo1v0YKRz05IiSCLfZIT3Ia/Cy4nOLLL4a6CFUqzTlO7V1xyKMtQKimWGF5AYTAWvLTPu7cdDeg1YPENrZBYZPvJ/yRiJ4= - distributions: "sdist bdist_wheel" - on: - tags: true - repo: baztian/jaydebeapi - -cache: - pip: true - directories: - - $TRAVIS_BUILD_DIR/.tox/shared/.m2 - - $HOME/jython - -python: - - '2.7' - - '3.5' - - '3.6' - -env: - -jobs: - include: - - python: 3.6 - env: JYTHON=org.python:jython-installer:2.7.2 TOXENV="jython-driver-{hsqldb,mock}" - -before_install: - - ci/before_install.sh - - export PATH="$HOME/bin:$PATH" - -install: - - pip install coveralls - - pip install tox-travis - -script: tox - -after_success: - - coveralls diff --git a/README_development.rst b/README_development.rst index 466785c..10510ae 100644 --- a/README_development.rst +++ b/README_development.rst @@ -52,7 +52,7 @@ Build a new release $ git commit -m "my comment" $ git push -5. Wait for travis CI build to finish successfully. +5. Wait for GitHub Actions build to finish successfully. 6. Bump version ::