Skip to content

Commit

Permalink
Merge pull request #585 from njsmith/reenable-jenkins
Browse files Browse the repository at this point in the history
Switch back to Jenkins for MacOS builds
  • Loading branch information
pquentin authored Jul 30, 2018
2 parents 558e1c0 + b3813f6 commit 6398e7a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ matrix:
- python: 3.8-dev
dist: xenial
sudo: required
- os: osx
language: generic
env: MACPYTHON=3.5.4
- os: osx
language: generic
env: MACPYTHON=3.6.6
- os: osx
language: generic
env: MACPYTHON=3.7.0
# - os: osx
# language: generic
# env: MACPYTHON=3.5.4
# - os: osx
# language: generic
# env: MACPYTHON=3.6.6
# - os: osx
# language: generic
# env: MACPYTHON=3.7.0

script:
- ci/travis.sh
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
def configs = [
[
label: 'sierra',
// pyversions: ['python3.5', 'python3.6'],
pyversions: ['python3.5'],
pyversions: ['python3.5', 'python3.6', 'python3.7'],
],
]

Expand Down Expand Up @@ -53,6 +52,7 @@ def build(pyversion, label) {
export PATH="/usr/local/bin:\${PATH}"
export PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:\${PATH}"
export PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:\${PATH}"
export PATH="/Library/Frameworks/Python.framework/Versions/3.7/bin:\${PATH}"
# Workaround for https://github.com/pypa/pip/issues/5345
# See also:
Expand Down
4 changes: 4 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ ipython # for the IPython traceback integration tests
pyOpenSSL # for the ssl tests
trustme # for the ssl tests
pytest-faulthandler

# Temporary hack to work around https://github.com/MagicStack/immutables/issues/7
# until a new version of contextvars is released
immutables == 0.6

0 comments on commit 6398e7a

Please sign in to comment.