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 322444a commit 009ab70Copy full SHA for 009ab70
.travis.yml
@@ -2,14 +2,9 @@ sudo: required
2
dist: trusty
3
language: python
4
python:
5
- - "2.7"
6
- - "3.4"
+ - "3.7"
7
install:
8
- - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
9
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
10
- else
11
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
12
- fi
+ wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
13
- bash miniconda.sh -b -p $HOME/miniconda
14
- export PATH="$HOME/miniconda/bin:$PATH"
15
- hash -r
0 commit comments