Skip to content

Commit

Permalink
Re-enable macOS testing on Travis
Browse files Browse the repository at this point in the history
Since Jenkins is acting screwy and not letting people see the logs
:-(.

It's possible that this will cause python-triogh-584 to start happening again,
so I guess we'll just have to watch out for that...

Fixes python-triogh-749
  • Loading branch information
njsmith committed Oct 31, 2018
1 parent 2377516 commit 266e8fa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,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.6
- os: osx
language: generic
env: MACPYTHON=3.6.7
- os: osx
language: generic
env: MACPYTHON=3.7.1

script:
- ci/travis.sh
Expand Down

0 comments on commit 266e8fa

Please sign in to comment.