Remove travis-ci
This commit is contained in:
parent
63167300e6
commit
daced78962
48
.travis.yml
48
.travis.yml
@ -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
|
|
Loading…
Reference in New Issue
Block a user