Skip to content

Commit fe22051

Browse files
committed
TST: Install pandas using conda
Hopefully it will take a lot less time like this.
1 parent ea2c573 commit fe22051

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)