Skip to content

Commit

Permalink
Docs: update for Poetry over Pipenv (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
declension committed Dec 31, 2018
1 parent 4a2ae22 commit aeec5f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The project is now Python 3.6+ only, and we use ~~Tox~~ ~~Pipenv~~ [Poetry](http
We use PyTest and plugins for testing. You can run tests with

```bash
pipenv run pytest
poetry run pytest
```

Testing is very important in this project, and coverage is high.
Expand All @@ -42,7 +42,7 @@ Coverage is reported [in Coveralls](https://coveralls.io/github/declension/squee
### Code Quality

```bash
pipenv run flake8 --statistics .
poetry run flake8 --statistics .
```
No output / error code means everything is good...

Expand Down
2 changes: 1 addition & 1 deletion docs/HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Set up your environment
### Requirements

* Python 3.6+ (which will have `pip`), although 3.5 should work too (untested).
* [Pipenv](https://docs.pipenv.org/) - just run `pip install pipenv`.
* [Poetry](https://poetry.eustace.io/) - just run `pip install poetry`.
* Bash (or similar shell) - use [Git for Windows](https://gitforwindows.org/) if you're on Windows.
* A text editor / IDE e.g. Atom, PyCharm, vim, Sublime etc.

Expand Down

0 comments on commit aeec5f3

Please sign in to comment.