We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cecfe3 commit 78fc6a2Copy full SHA for 78fc6a2
.travis.yml
@@ -4,8 +4,6 @@ python:
4
- "3.7"
5
- "3.8"
6
install:
7
- # We do this conditionally because it saves us some downloading if the
8
- # version is the same.
9
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
10
- bash miniconda.sh -b -p $HOME/miniconda
11
- source "$HOME/miniconda/etc/profile.d/conda.sh"
0 commit comments