Skip to content

Commit 009ab70

Browse files
remove 2.7 in travis-ci
1 parent 322444a commit 009ab70

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@ sudo: required
22
dist: trusty
33
language: python
44
python:
5-
- "2.7"
6-
- "3.4"
5+
- "3.7"
76
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
7+
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
138
- bash miniconda.sh -b -p $HOME/miniconda
149
- export PATH="$HOME/miniconda/bin:$PATH"
1510
- hash -r

0 commit comments

Comments
 (0)