Skip to content

Commit

Permalink
Deploy Curly-Mo/fresh-baked-skeleton to github.com/Curly-Mo/fresh-bak…
Browse files Browse the repository at this point in the history
…ed-skeleton.git:master
  • Loading branch information
traviscibot committed Jul 12, 2018
1 parent ebff6fa commit a352fe0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- poetry install -v

script:
- poetry run detox -v
- poetry run detox -vv

after_success:
- pip install python-coveralls
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
]
license = "LGPL-3.0"
readme = "README.md"
homepage = ""
homepage = "https://github.com/Curly-Mo/fresh-baked-skeleton"
repository = "https://github.com/Curly-Mo/fresh-baked-skeleton"
documentation = "https://fresh_baked_skeleton.readthedocs.org/en/latest/"
keywords = []
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commands =
deps =
detox
commands =
detox -e flake8,pylint,isort,bandit,mypy,black
detox -vv -e flake8,pylint,isort,bandit,mypy,black

[testenv:flake8]
deps =
Expand Down

0 comments on commit a352fe0

Please sign in to comment.