Skip to content

Commit

Permalink
Add CI test for macOS environment
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Apr 7, 2018
1 parent f887a30 commit 299dcd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ matrix:

os:
- linux
- osx

install:
- pip install setuptools --upgrade
- pip install tox
- pip install coveralls

script:
script:
- tox
- python setup.py test --addopts "-v --cov typepy --cov-report term-missing"

Expand Down

0 comments on commit 299dcd3

Please sign in to comment.