about summary refs log tree commit diff stats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Replace pipenv with a simple requirements.txtWojciech Siewierski2018-10-081-3/+2
| | | | | | 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
* Travis: Python 3.7 seems to be broken on Travis, let's leave it for nowWojciech Siewierski2018-10-031-1/+0
|
* Travis: Update the checked python versionsWojciech Siewierski2018-10-031-1/+2
|
* Make sure Travis uses pipenv when testingWojciech Siewierski2018-10-031-1/+1
|
* Fix the Travis buildWojciech Siewierski2018-07-161-6/+7
| | | | I'm so sorry about the accidental push to master!
* Revert "Use Pipfile/pipenv to manage the linters"Wojciech Siewierski2018-07-161-7/+6
| | | | This reverts commit 322479d11c05fdc0264c5eda817b7b3163e99f0a.
* Use Pipfile/pipenv to manage the lintersWojciech Siewierski2018-07-161-6/+7
| | | | | We don't want the linters' behavior to suddenly change like right now after the release of pylint 2.0.
* linting: Fix Travis CInfnty2017-01-171-3/+1
|
* linting: pylint and flake8nfnty2017-01-171-13/+10
|
* Enable Travis-CIWojciech Siewierski2016-06-221-0/+18