Skip to content

Commit

Permalink
TST: Install pandas using conda
Browse files Browse the repository at this point in the history
Hopefully it will take a lot less time like this.
  • Loading branch information
ElDeveloper committed Jun 19, 2014
1 parent ea2c573 commit fe22051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_install:
# Update conda itself
- conda update --yes conda
install:
- conda create --yes -n env_name python=$PYTHON_VERSION pip nose pep8 openpyxl=1.8.2
- conda create --yes -n env_name python=$PYTHON_VERSION pip nose pep8 openpyxl=1.8.2 pandas
- source activate env_name
- pip
- pip install coveralls
Expand Down

0 comments on commit fe22051

Please sign in to comment.