Skip to content

Commit

Permalink
removing coverage until i can figure out why its not installing corre…
Browse files Browse the repository at this point in the history
…ctly on travis with python 3.6
  • Loading branch information
laactech committed May 13, 2021
1 parent 95b71ff commit de1e09c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 93 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ install:
- source $HOME/.poetry/env
script:
- tox
after_success:
- pip install codecov
- codecov -e TOXENV,DJANGO
#after_success:
# - pip install codecov
# - codecov -e TOXENV,DJANGO
notifications:
email: false
99 changes: 13 additions & 86 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ django = ">= 2.2, < 4.0"
pre-commit = "^2.9.0"
mock = "^4.0.0"
tox = "^3.14.0"
# Unpin when Travis stops failing to install 5.5 on Python 3.6
coverage = "~5.4"
pytest-django = "^3.6.0"
pytest-cov = "^2.8.1"
pytest = "^6.0.0"

[tool.tox]
Expand Down Expand Up @@ -69,7 +66,7 @@ install_command = poetry add -D {packages}
commands =
poetry install -vvv
poetry add asgiref
poetry run pytest --cov=django_require_login
poetry run pytest
envdir = {toxworkdir}/venvs/{envname}
deps =
django22: django>=2.2,<3.0
Expand Down

0 comments on commit de1e09c

Please sign in to comment.