diff --git a/.travis.yml b/.travis.yml index b7114d8..2e30c13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ deploy: user: hydrosquall install: - - tools/install_pandas.sh - python setup.py develop - pip install -U pytest-cov codecov vcrpy + - tools/install_pandas.sh # - pip install -U tox-travis pytest language: python diff --git a/tests/test_tiingo_pandas.py b/tests/test_tiingo_pandas.py index c9a5f97..ee451eb 100644 --- a/tests/test_tiingo_pandas.py +++ b/tests/test_tiingo_pandas.py @@ -61,7 +61,7 @@ class TestTiingoWithoutPython(TestCase): def setUp(self): if pandas_is_installed: - self.skipTest("test_tiingo_without_pandas: Pandas not installed.") + self.skipTest("test_tiingo_without_pandas: Pandas is installed.") else: self._client = TiingoClient()