Skip to content

Commit

Permalink
Source activate conda
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Sep 17, 2020
1 parent 4e7bf86 commit a831cbe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/travis_install.sh
Expand Up @@ -17,8 +17,6 @@ wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
-O miniconda.sh
chmod +x miniconda.sh && ./miniconda.sh -b -p $HOME/miniconda
export PATH=$HOME/miniconda/bin:$PATH
# Setup conda command
conda init bash
# Don't ask for confirmation
conda config --set always_yes true
# Update conda
Expand Down Expand Up @@ -49,7 +47,7 @@ conda create -n testenv \
pytest-cov \
scipy

conda activate testenv
source activate testenv

pip install coverage coveralls

Expand Down

0 comments on commit a831cbe

Please sign in to comment.