Skip to content
Snippets Groups Projects
Commit 9bcc5cc0 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

2.0

parent 7f6a725b
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,7 @@ cache: pip
script:
- nosetests --with-coverage
install:
- pip install coverage
- pip install codeclimate-test-reporter
- pip install coverage codeclimate-test-reporter
- pip install -r requirements.txt
after_success:
- CODECLIMATE_REPO_TOKEN=1ae9ad875b032584481e1c3fe274096ffe806e953ebc6f4b6a043357fa70829e codeclimate-test-reporter
......
......@@ -19,7 +19,7 @@ setup(name='satella',
"typing"
],
tests_require=[
"nose"
"nose", "mock", "coverage"
],
test_suite='nose.collector',
classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment