Skip to content

Commit

Permalink
refactor: Use poetry instead of pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
msbrogli committed Jan 19, 2021
1 parent 8c30b54 commit b2c4374
Show file tree
Hide file tree
Showing 5 changed files with 858 additions and 29 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ python:
- "3.6"

install:
- pip install pipenv
- pipenv install --ignore-pipfile --deploy --system --dev
- pip install poetry
- poetry install -n --no-root

jobs:
include:
- stage: check
script: make check
script: poetry run make check
- stage: tests
script: make tests
script: poetry run make tests
25 changes: 0 additions & 25 deletions Pipfile

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Check out the full documentation in the OpenAPI Documentation in `api-docs.js`.

## How to run?

To install dependencies, run `poetry install`.

python main.py https://node1.mainnet.hathor.network/


Expand Down
Loading

0 comments on commit b2c4374

Please sign in to comment.