Skip to content

Commit

Permalink
Merge pull request #3 from Tengro/develop
Browse files Browse the repository at this point in the history
Setting up Coveralls
  • Loading branch information
Tengro committed Jul 20, 2019
2 parents e44a611 + d58dc75 commit 8358b94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -5,4 +5,6 @@ python:
install:
- pip install -r requirements.txt
script:
- pytest
- pytest --cov=bank_bot/banking_system/
after_success:
- coveralls
2 changes: 2 additions & 0 deletions requirements.txt
Expand Up @@ -19,3 +19,5 @@ urllib3==1.25.3
wcwidth==0.1.7
zipp==0.5.1
configparser==3.7.4
python-coveralls==2.9.2
pytest-cov==2.7.1

0 comments on commit 8358b94

Please sign in to comment.