Skip to content

Commit

Permalink
Desactivate the virtual environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Lemaitre committed Jun 7, 2016
1 parent 5786ec1 commit afde6d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_tools/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ popd
# Configure the conda environment and put it in the path using the
# provided versions
conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION \
libgfortran nomkl
source activate testenv
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION \
libgfortran nomkl
#source activate testenv

# Install nose-timer via pip
pip install nose-timer
Expand Down

0 comments on commit afde6d2

Please sign in to comment.