Skip to content

Commit 97ee8d1

Browse files
committed
Deactivate virtualenv before activating conda env
1 parent c740617 commit 97ee8d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ sudo: false
88
before_install:
99
# We do this conditionally because it saves us some downloading if the
1010
# version is the same.
11+
- deactivate # Deactivate virtualenv
1112
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
1213
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
1314
else

0 commit comments

Comments
 (0)