File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,31 +46,41 @@ jobs:
4646 - python : nightly
4747 arch : arm64
4848 - os : osx
49- language : objective-c
50- env : PYENV_VERSION=2.7.18
49+ language : shell
50+ env :
51+ - PATH=/Users/travis/.pyenv/shims:$PATH
52+ - PYENV_VERSION=2.7.18
53+ before_install : travis_wait brew upgrade pyenv && pyenv install $PYENV_VERSION
5154 - os : osx
52- language : objective-c
53- env : PYENV_VERSION=3.6.8
55+ language : shell
56+ env :
57+ - PATH=/Users/travis/.pyenv/shims:$PATH
58+ - PYENV_VERSION=3.6.8
59+ before_install : travis_wait brew upgrade pyenv && pyenv install $PYENV_VERSION
5460 - os : osx
5561 osx_image : xcode11.3
56- language : objective-c
57- env : PYENV_VERSION=3.7.6
62+ language : shell
63+ env :
64+ - PATH=/Users/travis/.pyenv/shims:$PATH
65+ - PYENV_VERSION=3.7.6
66+ before_install : travis_wait brew upgrade pyenv && pyenv install $PYENV_VERSION
5867 - os : osx
59- language : objective-c
6068 osx_image : xcode11.3
61- env : PYENV_VERSION=3.8.1
69+ language : shell
70+ env :
71+ - PATH=/Users/travis/.pyenv/shims:$PATH
72+ - PYENV_VERSION=3.8.1
73+ before_install : travis_wait brew upgrade pyenv && pyenv install $PYENV_VERSION
6274 - os : osx
6375 osx_image : xcode11.3
64- language : objective-c
65- env : PYENV_VERSION=3.9.0
76+ language : shell
77+ env :
78+ - PATH=/Users/travis/.pyenv/shims:$PATH
79+ - PYENV_VERSION=3.9.0
80+ before_install : travis_wait brew upgrade pyenv && pyenv install $PYENV_VERSION
6681cache : pip
6782install :
6883 - python -m pip install --upgrade pip
69- - pip install pytest
70- - pip install pytest-cov
71- - pip install coveralls
72- - pip install markdown2
73- - pip install six
74- - pip install .
84+ - pip install pytest pytest-cov coveralls markdown2 six .
7585script : pytest --cov=codext --cov-report=term-missing tests
7686after_success : coveralls
You can’t perform that action at this time.
0 commit comments