mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 20:04:19 +01:00
corrected error
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user