Commit a10a29f4 authored by rusty1s's avatar rusty1s
Browse files

test script added

parent 8db7ba7e
......@@ -14,12 +14,11 @@ install:
- pip install flake8
- pip install cffi
- pip install codecov
- pip install pytest pytest-cov
script:
- pycodestyle .
- flake8 .
- python setup.py install
- pytest --cov
- python setup.py test
after_success:
- codecov
notifications:
......
......@@ -5,4 +5,4 @@ description-file = README.md
test = 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