From 91329815ae403d7ccedce160f85ae384eb6e8c98 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Fri, 24 Apr 2020 19:06:47 -0700 Subject: [PATCH] Remove other Travis CI leftovers Signed-off-by: Patrick McCarty --- README.rst | 3 --- setup.cfg | 2 +- tests/test_pkg_integrity.py | 2 -- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.rst b/README.rst index b8e8a21b..2dcc599a 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,3 @@ -.. image:: https://travis-ci.org/clearlinux/autospec.svg?branch=master - :target: https://travis-ci.org/clearlinux/autospec - ======== Autospec ======== diff --git a/setup.cfg b/setup.cfg index 693e638e..f9a226fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ tag_build = ignore = E501 [coverage:run] -# omit tests and travis site-packages +# omit tests and site-packages content omit = tests/*,*site-packages*,*site.py [flake8] diff --git a/tests/test_pkg_integrity.py b/tests/test_pkg_integrity.py index 5fd53144..65dd5104 100644 --- a/tests/test_pkg_integrity.py +++ b/tests/test_pkg_integrity.py @@ -345,8 +345,6 @@ def packets_no_separator(filename, **kwargs): class TestInputGetter(unittest.TestCase): - @unittest.skipIf("TRAVIS" in os.environ and os.environ["TRAVIS"] == "true", - "Skipping this test on Travis CI.") def test_timput(self): ig = pkg_integrity.InputGetter(default='N', timeout=2) answer = ig.get_answer()