Skip to content

Commit 3567526

Browse files
committed
Revert "remove osx"
This reverts commit 8dcae46.
1 parent c1edb97 commit 3567526

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

+15
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@ install:
1616

1717
jobs:
1818
include:
19+
# OSX tests - first (in test stage), since they are the slower ones.
20+
# Coverage for:
21+
# - osx
22+
# - verbose=1
23+
- os: osx
24+
osx_image: xcode10.1
25+
language: generic
26+
env: TOXENV=py37-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=-v
27+
before_install:
28+
- which python3
29+
- python3 -V
30+
- ln -sfn "$(which python3)" /usr/local/bin/python
31+
- python -V
32+
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
33+
1934
# Full run of latest supported version, without xdist.
2035
# Coverage for:
2136
# - pytester's LsofFdLeakChecker

0 commit comments

Comments
 (0)