소스 검색

Merge branch 'travis-python3.4'

https://github.com/fphammerle/free-disk/pull/2/files
Fabian Peter Hammerle 5 년 전
부모
커밋
c2e7a6b4b1
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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