corrected error

This commit is contained in:
Davis Thames
2018-06-09 16:26:48 -05:00
parent a4147d8793
commit deb5285a74
2 changed files with 2 additions and 2 deletions

View File

@@ -10,9 +10,9 @@ deploy:
user: hydrosquall user: hydrosquall
install: install:
- tools/install_pandas.sh
- python setup.py develop - python setup.py develop
- pip install -U pytest-cov codecov vcrpy - pip install -U pytest-cov codecov vcrpy
- tools/install_pandas.sh
# - pip install -U tox-travis pytest # - pip install -U tox-travis pytest
language: python language: python

View File

@@ -61,7 +61,7 @@ class TestTiingoWithoutPython(TestCase):
def setUp(self): def setUp(self):
if pandas_is_installed: if pandas_is_installed:
self.skipTest("test_tiingo_without_pandas: Pandas not installed.") self.skipTest("test_tiingo_without_pandas: Pandas is installed.")
else: else:
self._client = TiingoClient() self._client = TiingoClient()