Skip to content

Commit ef69400

Browse files
authored
remove Travis CI (#1562)
1 parent e522e39 commit ef69400

File tree

3 files changed

+1
-77
lines changed

3 files changed

+1
-77
lines changed

.travis.yml

-65
This file was deleted.

README.rst

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ python-can
33

44
|pypi| |conda| |python_implementation| |downloads| |downloads_monthly|
55

6-
|docs| |github-actions| |build_travis| |coverage| |mergify| |formatter|
6+
|docs| |github-actions| |coverage| |mergify| |formatter|
77

88
.. |pypi| image:: https://img.shields.io/pypi/v/python-can.svg
99
:target: https://pypi.python.org/pypi/python-can/
@@ -37,10 +37,6 @@ python-can
3737
:target: https://github.com/hardbyte/python-can/actions/workflows/ci.yml
3838
:alt: Github Actions workflow status
3939

40-
.. |build_travis| image:: https://img.shields.io/travis/hardbyte/python-can/develop.svg?label=Travis%20CI
41-
:target: https://app.travis-ci.com/github/hardbyte/python-can
42-
:alt: Travis CI Server for develop branch
43-
4440
.. |coverage| image:: https://coveralls.io/repos/github/hardbyte/python-can/badge.svg?branch=develop
4541
:target: https://coveralls.io/github/hardbyte/python-can?branch=develop
4642
:alt: Test coverage reports on Coveralls.io

tox.ini

-7
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ passenv =
2929
PY_COLORS
3030
TEST_SOCKETCAN
3131

32-
[testenv:travis]
33-
passenv =
34-
CI
35-
TRAVIS
36-
TRAVIS_*
37-
TEST_SOCKETCAN
38-
3932

4033
[pytest]
4134
testpaths = test

0 commit comments

Comments
 (0)