Skip to content

Commit

Permalink
Remove failing osx travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaafm committed Nov 4, 2019
1 parent 0e2e469 commit 9a11661
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ matrix:
- env:
- TOXENV=py36
python: '3.6'
- os: osx
language: generic
env:
- TOXENV=py37
- env:
- TOXENV=py37
python: '3.7'
Expand All @@ -30,12 +26,6 @@ before_install:
- python --version
- uname -a
- lsb_release -a || true
- |
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
[[ $TOXENV =~ py3 ]] && brew upgrade python
[[ $TOXENV =~ py2 ]] && brew install python@2
export PATH="/usr/local/opt/python/libexec/bin:${PATH}"
fi
install:
- python -mpip install --progress-bar=off tox -rci/requirements.txt
- virtualenv --version
Expand Down

0 comments on commit 9a11661

Please sign in to comment.