Skip to content

Commit

Permalink
Merge pull request #411 from jgrewe/no_osx_builds
Browse files Browse the repository at this point in the history
[travis] no osx builds
  • Loading branch information
mpsonntag committed Feb 9, 2021
2 parents 2a90ec0 + ea28eb8 commit 77392b4
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,6 @@ matrix:
python: "3.9-dev"
dist: bionic

- os: osx
language: generic
env:
- OSXENV=3.6.0
- os: osx
language: generic
env:
- OSXENV=3.7.0
- os: osx
language: generic
env:
- OSXENV=3.8.0

addons:
homebrew:
packages:
- pyenv
- pyenv-virtualenv
update: false

install:
- export PYVER=${TRAVIS_PYTHON_VERSION:0:1}
- if [ $PYVER = 3 ]; then
Expand All @@ -59,19 +39,6 @@ install:
$PIPCMD install --upgrade coveralls;
fi;

- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
eval "$(pyenv init -)";
eval "$(pyenv virtualenv-init -)";
pyenv install $OSXENV;
pyenv virtualenv $OSXENV venv;
pyenv activate venv;
which python;
python --version;
which pip;
export PYCMD=python;
export PIPCMD=pip;
fi;

- $PIPCMD install lxml enum34 pyyaml rdflib owlrl requests

script:
Expand Down

0 comments on commit 77392b4

Please sign in to comment.