Added matrix of tests with and without pandas for Travis

This commit is contained in:
Davis Thames
2018-05-11 11:31:11 -05:00
parent 3c369e8208
commit 1296b2469b
3 changed files with 28 additions and 3 deletions

6
tools/install_pandas.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
if $WITH_PANDAS
then
pip install pandas
echo "pandas installed"
fi