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 d20463e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 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 @@ -10,10 +8,10 @@ python:
# - "3.7"

install:
- pip install tox-travis
- pip install tox-travis coveralls

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/
1 change: 0 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ pytest
pytest-cov
pytest-mock
yapf==0.21.0
python-coveralls==2.9.1
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ skipsdist = true

[testenv]
passenv = *
setenv = COVERAGE_FILE={toxworkdir}/.coverage
deps =
-rrequirements.txt
-rtest-requirements.txt
Expand Down

0 comments on commit d20463e

Please sign in to comment.