Browse Source

Merge branch 'travis-python3.4'

https://github.com/fphammerle/free-disk/pull/2/files
Fabian Peter Hammerle 5 năm trước cách đây
mục cha
commit
c2e7a6b4b1
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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