Skip to content

Commit a9fa17c

Browse files
committed
Don't need to deactivate anything
1 parent 4029bf2 commit a9fa17c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ sudo: false
4444
before_install:
4545
# Work around terrible pathological behaviour in OpenBLAS multithreading, that causes execution time to blow up from 3 minutes to 18 minutes, apparently in SVD on smallish matrices
4646
- export OMP_NUM_THREADS=1
47-
# Escape Travis virtualenv
48-
- deactivate
4947
# See: http://conda.pydata.org/docs/travis.html
5048
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
5149
- bash miniconda.sh -b -p $HOME/miniconda

0 commit comments

Comments
 (0)