Browse Source

Merge branch 'travis-python3.4'

https://github.com/fphammerle/free-disk/pull/2/files
Fabian Peter Hammerle 5 years ago
parent
commit
c2e7a6b4b1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -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