Skip to content

Commit

Permalink
Adding more coverage platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Nov 18, 2015
1 parent 8bd882b commit 5c06c74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ matrix:
- python: nightly
- python: pypy
- language: generic
env: PYV=Mac2
os: osx
- language: generic
os: osx
env: PY3=3
env: PY3=3 PYV=Mac3

install: .ci/travis.sh
script: python$PY3 setup.py test -c
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ install:

- pip install -r dev-requirements.txt
- pip install pypiwin32
- pip install coveralls
- pip install -e .

build: false

test_script:
- python setup.py test -c

after_test:
- coveralls

0 comments on commit 5c06c74

Please sign in to comment.