New commit

This commit is contained in:
Unknown 2020-06-24 11:14:45 -04:00
parent 1f24a8228a
commit c960c066d9

View File

@ -15,7 +15,7 @@ jobs:
script: pytest --cov=translater --verbose tests/ script: pytest --cov=translater --verbose tests/
after_success: after_success:
- coverage report -m - coverage report -m
- coveralls - coverall
- name: Python 3.8 on macOS - name: Python 3.8 on macOS
os: osx os: osx
osx_image: xcode11.2 osx_image: xcode11.2