Skip to content

Commit

Permalink
Install six package in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Lemaitre committed May 23, 2016
1 parent c4577f9 commit 58ffdd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ source activate testenv
pip install nose-timer

# Install libgfortran with conda
conda install --yes libgfortran scikit-learn
conda install --yes libgfortran scikit-learn six

if [[ "$COVERAGE" == "true" ]]; then
pip install coverage coveralls
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
scipy>=0.16.0
numpy>=1.9.3
six>=1.10.0

0 comments on commit 58ffdd7

Please sign in to comment.