mirror of
https://github.com/louisleroy5/trnslator.git
synced 2024-11-14 16:20:31 -05:00
Try with other spelling
This commit is contained in:
parent
c2ae8209a1
commit
1c2da3a5f0
12
.travis.yml
12
.travis.yml
|
@ -12,19 +12,19 @@ jobs:
|
|||
include:
|
||||
- name: Python 3.8 on Xenial Linux
|
||||
python: 3.8 # this works for Linux but is ignored on macOS or Windows
|
||||
script: py.test --cov=translater --verbose tests/
|
||||
after_success:
|
||||
- coverage report -m
|
||||
- coveralls
|
||||
script: pytest --cov=translater --verbose tests/
|
||||
- name: Python 3.8 on macOS
|
||||
os: osx
|
||||
osx_image: xcode11.2
|
||||
language: objective-c
|
||||
script: py.test --cov=translater --verbose tests/
|
||||
script: pytest --cov=translater --verbose tests/
|
||||
- name: "Python 3.8 on Windows"
|
||||
os: windows # Windows 10.0.17134 N/A Build 17134
|
||||
language: shell # 'language: python' is an error on Travis CI Windows
|
||||
script: py.test --cov=translater --verbose tests/
|
||||
script: pytest --cov=translater --verbose tests/
|
||||
after_success:
|
||||
- coverage report -m
|
||||
- coveralls
|
||||
- stage: deploy
|
||||
script: echo "Deploying to PyPi and GitHub releases ..."
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue
Block a user