Skip to content

Commit

Permalink
Merge pull request #121 from ElDeveloper/fix-andas
Browse files Browse the repository at this point in the history
TST: Install pandas using conda
  • Loading branch information
squirrelo committed Jun 19, 2014
2 parents ea2c573 + fe22051 commit ca65fb1
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 ca65fb1

Please sign in to comment.