File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ language: python
5
5
env :
6
6
- PYTHON=2.7 PANDAS=0.19.2 COVERAGE='false' LINT='true' PYENV_VERSION=2.7.14
7
7
- PYTHON=3.5 PANDAS=0.18.1 COVERAGE='true' LINT='false' PYENV_VERSION=3.5.4
8
- - PYTHON=3.6 PANDAS=0.20.1 COVERAGE='false' LINT='false' PYENV_VERSION=3.6.4
9
- - PYTHON=3.6 PANDAS=MASTER COVERAGE='false' LINT='true' PYENV_VERSION=3.6.4
8
+ - PYTHON=3.6 PANDAS=0.20.1 COVERAGE='false' LINT='false' PYENV_VERSION=3.6.1
9
+ - PYTHON=3.6 PANDAS=MASTER COVERAGE='false' LINT='true' PYENV_VERSION=3.6.1
10
10
11
11
before_install :
12
12
- echo "before_install"
@@ -15,7 +15,7 @@ before_install:
15
15
install :
16
16
# work around https://github.com/travis-ci/travis-ci/issues/8363
17
17
# https://github.com/pre-commit/pre-commit/commit/e3ab8902692e896da9ded42bd4d76ea4e1de359d
18
- - pyenv install $PYENV_VERSION
18
+ - pyenv install -s $PYENV_VERSION
19
19
- pyenv global system $PYENV_VERSION
20
20
- REQ="ci/requirements-${PYTHON}-${PANDAS}" ;
21
21
if [ -f "$REQ.pip" ]; then
You can’t perform that action at this time.
0 commit comments