summary refs log tree commit diff stats
path: root/Pipfile
Commit message (Collapse)AuthorAgeFilesLines
* Replace pipenv with a simple requirements.txtWojciech Siewierski2018-10-081-15/+0
| | | | | | Motivations: - we do not want to pin a single Python version like Pipenv usually does - constant issues like https://github.com/pypa/pipenv/issues/2924
* Fix the Travis buildWojciech Siewierski2018-07-161-0/+15
| | | | I'm so sorry about the accidental push to master!
* Revert "Use Pipfile/pipenv to manage the linters"Wojciech Siewierski2018-07-161-15/+0
| | | | This reverts commit 322479d11c05fdc0264c5eda817b7b3163e99f0a.
* Use Pipfile/pipenv to manage the lintersWojciech Siewierski2018-07-161-0/+15
We don't want the linters' behavior to suddenly change like right now after the release of pylint 2.0.