Skip to content

Commit

Permalink
Added pandas to the list of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jan 12, 2016
1 parent 91ba1a5 commit ff84b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install:
- sudo apt-get --assume-yes install gfortran

# Install dependencies in conda
- conda create -n reflex_env python=$TRAVIS_PYTHON_VERSION numpy libgfortran netcdf4 matplotlib pytest coverage pip
- conda create -n reflex_env python=$TRAVIS_PYTHON_VERSION numpy libgfortran netcdf4 matplotlib pandas pytest coverage pip
- source activate reflex_env

# Install dependencies in PyPI
Expand Down
1 change: 1 addition & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pytest-pep8
pytest-cov
coverage
python-coveralls
pandas

0 comments on commit ff84b08

Please sign in to comment.