Commit 8db7ba7e authored by rusty1s's avatar rusty1s
Browse files

added cov dependency

parent d15d07b1
...@@ -14,6 +14,7 @@ install: ...@@ -14,6 +14,7 @@ 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 .
......
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