Skip to content

Commit ca65fb1

Browse files
committed
Merge pull request #121 from ElDeveloper/fix-andas
TST: Install pandas using conda
2 parents ea2c573 + fe22051 commit ca65fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_install:
1010
# Update conda itself
1111
- conda update --yes conda
1212
install:
13-
- conda create --yes -n env_name python=$PYTHON_VERSION pip nose pep8 openpyxl=1.8.2
13+
- conda create --yes -n env_name python=$PYTHON_VERSION pip nose pep8 openpyxl=1.8.2 pandas
1414
- source activate env_name
1515
- pip
1616
- pip install coveralls

0 commit comments

Comments
 (0)