Skip to content

Commit

Permalink
Bump the poetry version to 1.0.0
Browse files Browse the repository at this point in the history
This bumps the poetry version to 1.0.0 so that we can use `poetry.toml` to
configure the in-project setting. See
python-poetry/poetry#1272 for details.

Merges #6
  • Loading branch information
sangaline committed Nov 11, 2019
1 parent 38db59c commit 1502d06
Show file tree
Hide file tree
Showing 5 changed files with 551 additions and 97 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
command: |
virtualenv .venv
. .venv/bin/activate
pip install tox
pip install tox poetry==1.0.0b4
tox -e py38-init
- save_cache:
key: dysco-python-3.8-{{ .Branch }}-{{ .Revision }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
command: |
virtualenv .venv
. .venv/bin/activate
pip install tox
pip install tox poetry==1.0.0b4
tox -e py37-init
- save_cache:
key: dysco-python-3.7-{{ .Branch }}-{{ .Revision }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To install the dependencies locally, you need [poetry](https://poetry.eustace.io
You can then run

```bash
# This is optional, but highly recommended.
# This is only required if you're not using poetry v1.0.0 or greater.
# It tells poetry to place the virtual environment in `.venv`.
poetry config settings.virtualenvs.in-project true

Expand Down
Loading

0 comments on commit 1502d06

Please sign in to comment.