Skip to content

Commit

Permalink
Merge pull request #148 from dbmi-bgm/kmp_move_travis_dependencies_to…
Browse files Browse the repository at this point in the history
…_pyproject_toml

Move 'pip' depedencies for coveralls from .travis.yml to pyproject.toml
  • Loading branch information
netsettler authored Jul 10, 2020
2 parents ce85659 + 702465f commit 72ee835
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ before_install:
install:
- pip install --upgrade pip
- pip install poetry
- pip install coveralls
- pip install codacy-coverage
- poetry install
- make npm-setup
before_script:
Expand Down
58 changes: 54 additions & 4 deletions poetry.lock

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

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
# Note: Various modules refer to this system as "encoded", not "cgap-portal".
name = "encoded"
version = "2.1.9"
version = "2.1.10"
description = "Clinical Genomics Analysis Platform"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -115,7 +115,9 @@ xlwt = "1.2.0"
"zope.sqlalchemy" = "^1.2"

[tool.poetry.dev-dependencies]
coverage = ">=5.1"
coverage = ">=5.2"
codacy-coverage = ">=1.3.11"
coveralls = ">=2.1.1"
# flake8 = "3.7.8"
flaky = "3.6.1"
# flask only for moto[server]
Expand Down

0 comments on commit 72ee835

Please sign in to comment.