"...text-generation-inference.git" did not exist on "befd9f6735ed8d7f5d8e9110b1f921e16d856a8b"
Commit a10a29f4 authored by rusty1s's avatar rusty1s
Browse files

test script added

parent 8db7ba7e
...@@ -14,12 +14,11 @@ install: ...@@ -14,12 +14,11 @@ install:
- pip install flake8 - pip install flake8
- pip install cffi - pip install cffi
- pip install codecov - pip install codecov
- pip install pytest pytest-cov
script: script:
- pycodestyle . - pycodestyle .
- flake8 . - flake8 .
- python setup.py install - python setup.py install
- pytest --cov - python setup.py test
after_success: after_success:
- codecov - codecov
notifications: notifications:
......
...@@ -5,4 +5,4 @@ description-file = README.md ...@@ -5,4 +5,4 @@ description-file = README.md
test = pytest test = pytest
[tool:pytest] [tool:pytest]
addopts = --capture=no addopts = --capture=no --cov
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment