mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 11:54:19 +01:00
Added matrix of tests with and without pandas for Travis
This commit is contained in:
6
tools/install_pandas.sh
Executable file
6
tools/install_pandas.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if $WITH_PANDAS
|
||||
then
|
||||
pip install pandas
|
||||
echo "pandas installed"
|
||||
fi
|
||||
Reference in New Issue
Block a user