Skip to content

Commit 8bd2071

Browse files
authored
Merge pull request #150 from bnavigator/disable-travis
bye bye travis-ci.org
2 parents 71f786c + 76dcedc commit 8bd2071

File tree

3 files changed

+1
-148
lines changed

3 files changed

+1
-148
lines changed

.travis.yml

Lines changed: 0 additions & 144 deletions
This file was deleted.

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ Slycot
77
.. image:: https://anaconda.org/conda-forge/slycot/badges/version.svg
88
:target: https://anaconda.org/conda-forge/slycot
99

10-
.. image:: https://travis-ci.org/python-control/Slycot.svg?branch=master
11-
:target: https://travis-ci.org/python-control/Slycot
12-
1310
.. image:: https://github.com/python-control/Slycot/workflows/Build%20and%20Test%20Slycot/badge.svg
1411
:target: https://github.com/python-control/Slycot/actions
1512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _minimal_ext_cmd(cmd, srcdir):
103103
out = _minimal_ext_cmd(['git', 'describe', '--tags',
104104
'--long', '--always'], srcdir)
105105
try:
106-
# don't get a good description with shallow clones, e.g., on Travis
106+
# don't get a good description with shallow clones
107107
GIT_CYCLE = out.strip().decode('ascii').split('-')[1]
108108
except IndexError:
109109
pass

0 commit comments

Comments
 (0)