Skip to content

Commit

Permalink
fixup! Fix coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
zyegfryed committed Oct 4, 2020
1 parent 32c1742 commit 00ca262
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -1 +1,2 @@
repo_token: VuHZZFtUaF0szOGjDOhIC5sPC09IuSvw9
service_name: travis-ci
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -15,5 +15,3 @@ install:
- pip install tox
script:
- tox
after_success:
- coveralls
6 changes: 5 additions & 1 deletion tox.ini
Expand Up @@ -25,9 +25,13 @@ deps = flake8

[testenv:coverage]
basepython = python3.8
commands = pytest tests -q --cov=src/statici18n --cov-report=html
passenv = TRAVIS TRAVIS_*
commands =
pytest tests -q --cov=src/statici18n --cov=coveralls --cov-report=term-missing
coveralls
deps =
Django>=2.2,<3.0
coveralls
cov-core
coverage
pytest
Expand Down

0 comments on commit 00ca262

Please sign in to comment.