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()