File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -25,26 +25,6 @@ matrix:
25
25
python : " 3.9-dev"
26
26
dist : bionic
27
27
28
- - os : osx
29
- language : generic
30
- env :
31
- - OSXENV=3.6.0
32
- - os : osx
33
- language : generic
34
- env :
35
- - OSXENV=3.7.0
36
- - os : osx
37
- language : generic
38
- env :
39
- - OSXENV=3.8.0
40
-
41
- addons :
42
- homebrew :
43
- packages :
44
- - pyenv
45
- - pyenv-virtualenv
46
- update : false
47
-
48
28
install :
49
29
- export PYVER=${TRAVIS_PYTHON_VERSION:0:1}
50
30
- if [ $PYVER = 3 ]; then
@@ -59,19 +39,6 @@ install:
59
39
$PIPCMD install --upgrade coveralls;
60
40
fi;
61
41
62
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
63
- eval "$(pyenv init -)";
64
- eval "$(pyenv virtualenv-init -)";
65
- pyenv install $OSXENV;
66
- pyenv virtualenv $OSXENV venv;
67
- pyenv activate venv;
68
- which python;
69
- python --version;
70
- which pip;
71
- export PYCMD=python;
72
- export PIPCMD=pip;
73
- fi;
74
-
75
42
- $PIPCMD install lxml enum34 pyyaml rdflib owlrl requests
76
43
77
44
script :
You can’t perform that action at this time.
0 commit comments