We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c740617 commit 97ee8d1Copy full SHA for 97ee8d1
.travis.yml
@@ -8,6 +8,7 @@ sudo: false
8
before_install:
9
# We do this conditionally because it saves us some downloading if the
10
# version is the same.
11
+ - deactivate # Deactivate virtualenv
12
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
13
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
14
else
0 commit comments