Skip to content

Commit

Permalink
Fixes safety check
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 14, 2019
1 parent 0d288e0 commit a73757d
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ matrix:


before_install:
- pip freeze | xargs pip uninstall -y
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- source "$HOME/.poetry/env"

Expand All @@ -21,6 +22,7 @@ script:
- poetry run mutmut run || true
- poetry check
- poetry run pip check
- poetry run safety check --bare --full-report

after_success:
- pip install coveralls
Expand Down
109 changes: 106 additions & 3 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -8,12 +8,12 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.6"
flask = "^1.0"
safety = "^1.8"

[tool.poetry.dev-dependencies]
mypy = "^0.670"
wemake-python-styleguide = "^0.7"


pytest = "^4.3"
pytest-cov = "^2.6"
pytest-randomly = "^1.2"
Expand Down

0 comments on commit a73757d

Please sign in to comment.