Skip to content

Commit

Permalink
oops, I did it again
Browse files Browse the repository at this point in the history
  • Loading branch information
tyarkoni committed Mar 9, 2017
1 parent 4d33edd commit 4c95834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ before_install:
- conda config --set always_yes yes --set changeps1 no
- conda config --add channels conda-forge
- conda update -y conda
- rm -rf /home/travis/miniconda/envs/test-env
- conda create -q -n test-env python=$PYTHON_VERSION $CONDA_DEPS
- source activate test-env

Expand All @@ -58,7 +59,6 @@ before_cache:
# this makes the cache rebuilt less frequently
- conda clean --tarballs --packages --index-cache
- rm -rf $HOME/miniconda/pkgs/cache
- rm -rf /home/travis/miniconda/envs/test-env

cache:
directories:
Expand Down

0 comments on commit 4c95834

Please sign in to comment.