Skip to content

Commit

Permalink
Add pandas dependency in travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
martinateruzzi committed Feb 22, 2021
1 parent 6b68d69 commit 20af1ce
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 @@ -36,7 +36,7 @@ before_install:
install:
- conda create --yes -n test python=$TRAVIS_PYTHON_VERSION
- source activate test
- pip install coverage numpy scipy matplotlib networkx nose coveralls
- pip install coverage numpy scipy matplotlib networkx nose coveralls pandas
- python setup.py install

script:
Expand Down

0 comments on commit 20af1ce

Please sign in to comment.