diff --git a/.travis.yml b/.travis.yml index df06112..d09249a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,15 +14,12 @@ before_script: - pip install mock - pip install requests - pip install feedparser - - pip install coverage - - pip install coveralls script: - docker ps - sleep 5 - curl -I 127.0.0.1:80 - python tests.py - - coverage run tests.py notifications: slack: ngineered:EIKJFrzibOe0TwUhLXNe8Q2Q diff --git a/requirements.txt b/requirements.txt index 0ddd431..e69de29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +0,0 @@ -jinja2 -PyYaml -mistune -markdown -pygments diff --git a/tests/functional/test_content.py b/tests/functional/test_content.py index 769f491..bf54a88 100644 --- a/tests/functional/test_content.py +++ b/tests/functional/test_content.py @@ -9,7 +9,7 @@ class ContentTest(unittest.TestCase): def setUp(self): ''' Create some starter data to be used in tests ''' self.domain = "http://127.0.0.1" - self.search_string = "Version" + self.search_string = "flibble" def tearDown(self): ''' Destroy starter data '''