Skip to content

Commit

Permalink
removed nose install in ci/install
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 11, 2019
1 parent 2de2820 commit 2baa231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ conda update -q conda
conda install -n -q root _license
conda info -a
conda config --add channels conda-forge
conda create -q -n test-environment python=$PYTHON_VERSION nose pyside pyinstaller requests conda-build anaconda-client numpy=$NUMPY_VERSION
conda create -q -n test-environment python=$PYTHON_VERSION pyside pyinstaller requests conda-build anaconda-client numpy=$NUMPY_VERSION
source activate test-environment

pip install --upgrade pip
Expand Down

0 comments on commit 2baa231

Please sign in to comment.