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
|
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
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user