Skip to content

Commit

Permalink
fixing travis environment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Dec 7, 2015
1 parent be1f250 commit cea914c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ conda_create ()
conda update -q conda
conda config --add channels pypi
conda info -a
deps='pip numpy scipy pandas requests pytest pytest-cov coverage numpydoc matplotlib sphinx scikit-learn seaborn'
deps='pip numpy scipy pandas requests pytest coverage numpydoc matplotlib sphinx scikit-learn seaborn'

conda create -q -n $ENV_NAME "python=$TRAVIS_PYTHON_VERSION" $deps
}
Expand All @@ -34,7 +34,7 @@ if [ ! -d "$src" ]; then

pip install pysoundfile
pip install python-coveralls

pip install pytest-cov
source deactivate
popd
else
Expand Down

0 comments on commit cea914c

Please sign in to comment.