Skip to content

Commit

Permalink
Remove other Travis CI leftovers
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick McCarty <[email protected]>
  • Loading branch information
phmccarty authored and bryteise committed Apr 25, 2020
1 parent 67dfd12 commit 9132981
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.. image:: https://travis-ci.org/clearlinux/autospec.svg?branch=master
:target: https://travis-ci.org/clearlinux/autospec

========
Autospec
========
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 0 additions & 2 deletions tests/test_pkg_integrity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9132981

Please sign in to comment.