Skip to content

Commit

Permalink
Merge fe22051 into ea2c573
Browse files Browse the repository at this point in the history
  • Loading branch information
ElDeveloper committed Jun 19, 2014
2 parents ea2c573 + fe22051 commit 307c3c0
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 307c3c0

Please sign in to comment.