Skip to content

Commit 4537ff1

Browse files
committed
Run tests on macOS. Fixes tox-dev#446.
1 parent 29f207b commit 4537ff1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ matrix:
1616
- python: 3.7-dev
1717
- python: nightly
1818
- python: pypy
19+
include:
20+
- os: osx
21+
language: generic
1922
cache: python
23+
before_install:
24+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source .travis-osx; fi
2025
install: pip install tox
2126
script: tox -e py

0 commit comments

Comments
 (0)