Skip to content

Commit

Permalink
Trying to get coveralls to push
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Feb 6, 2019
1 parent 6840ad3 commit 3a59cb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
sudo: required

language: python
python:
- "2.7"
Expand All @@ -16,4 +14,4 @@ script:
- tox

after_success:
- coveralls --data_file .coverage
- coveralls
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pytest]
addopts = -v -rxXs --doctest-modules --cov=giturlparse --cov-report term-missing:skip-covered
addopts = -v -rxXs --doctest-modules --cov giturlparse --cov-report term-missing
norecursedirs = dist doc build .tox .eggs
testpaths = test/
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pytest
pytest-cov
pytest-mock
yapf==0.21.0
python-coveralls==2.9.1
coveralls

0 comments on commit 3a59cb3

Please sign in to comment.