https://github.com/fphammerle/free-disk/pull/2/files
@@ -1,6 +1,7 @@
language: python
python:
+- 3.4
- 3.5
- 3.6
- 3.6-dev
@@ -11,7 +12,7 @@ python:
dist: xenial
install:
-- pip install pipenv
+- pip install --upgrade pipenv>=2018.10.9
- pipenv sync --dev
- pipenv graph