Skip to content

Commit

Permalink
move codecov to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
crflynn committed May 28, 2019
1 parent 0a93cd0 commit c4ec9df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ python:
# command to install dependencies # command to install dependencies
install: install:
- pip install poetry==0.12.11 - pip install poetry==0.12.11
- pip install codecov
- poetry install - poetry install
# command to run tests # command to run tests
script: script:
Expand Down
15 changes: 1 addition & 14 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Expand Up @@ -33,7 +33,6 @@ twine = "^1.13"
pytest = "^4.5" pytest = "^4.5"
pytest-cov = "^2.7" pytest-cov = "^2.7"
pytest-xdist = "^1.28" pytest-xdist = "^1.28"
codecov = "^2.0"
black = {version = "^18.3-alpha.0",allows-prereleases = true} black = {version = "^18.3-alpha.0",allows-prereleases = true}
wheel = "^0.33.4" wheel = "^0.33.4"


Expand Down

0 comments on commit c4ec9df

Please sign in to comment.