Remove references to travis (thanks travis for the good times!)
parent
facd97a0e6
commit
4fac7e37a8
|
|
@ -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
|
|
||||||
|
|
@ -52,7 +52,7 @@ Build a new release
|
||||||
$ git commit -m "my comment"
|
$ git commit -m "my comment"
|
||||||
$ git push
|
$ git push
|
||||||
|
|
||||||
5. Wait for travis CI build to finish successfully.
|
5. Wait for GitHub Actions build to finish successfully.
|
||||||
|
|
||||||
6. Bump version ::
|
6. Bump version ::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue