Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Commit

Permalink
Merge d807084 into b7a0079
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 committed Feb 16, 2020
2 parents b7a0079 + d807084 commit 7992b33
Show file tree
Hide file tree
Showing 7 changed files with 950 additions and 62 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ matrix:
sudo: true
before_install:
- sudo apt-get install -y tree
- pip install pipenv
- pip install poetry
# command to install dependencies
install:
- pipenv sync
- poetry install --no-root -vv
- pip install .
- pipenv sync --dev
# command to run tests
script:
- pytest --cov-report term --cov-report xml --cov=blue_chip tests/
Expand Down
6 changes: 1 addition & 5 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# WARNING: dependency management and publishing is now being handled with poetry
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
Expand All @@ -10,15 +11,10 @@ invoke = "*"
prospector = {extras = ["with_pyroma"],version = "*"}

[dev-packages]
flit = "*"
pytest = "*"
pytest-cov = "*"
coveralls = "*"
bumpversion = "*"

[requires]
python_version = "3.7"

[scripts]
dev_install = "flit install --symlink"
dev_install_win = "flit install --pth-file"
31 changes: 1 addition & 30 deletions Pipfile.lock

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

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Build Status](https://travis-ci.com/Kilo59/blue-chip.svg?branch=master)](https://travis-ci.com/Kilo59/blue-chip)
[![Coverage Status](https://coveralls.io/repos/github/Kilo59/blue-chip/badge.svg?branch=master)](https://coveralls.io/github/Kilo59/blue-chip?branch=master)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Kilo59/blue-chip.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Kilo59/blue-chip/context:python)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/Kilo59/blue-chip.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Kilo59/blue-chip/alerts/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

# blue-chip
Expand Down
Loading

0 comments on commit 7992b33

Please sign in to comment.