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:
2525 python : " 3.9-dev"
2626 dist : bionic
2727
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-
4828install :
4929 - export PYVER=${TRAVIS_PYTHON_VERSION:0:1}
5030 - if [ $PYVER = 3 ]; then
@@ -59,19 +39,6 @@ install:
5939 $PIPCMD install --upgrade coveralls;
6040 fi;
6141
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-
7542 - $PIPCMD install lxml enum34 pyyaml rdflib owlrl requests
7643
7744script :
You can’t perform that action at this time.
0 commit comments