소스 검색

Include pip requirements

pull/571/head
Dave Machado 6 년 전
부모
커밋
d38b999add
No known key found for this signature in database GPG 키 ID: 948D4778D01A7B3F
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      .travis.yml
  2. +1
    -0
      build/requirements.txt

+ 2
- 0
.travis.yml 파일 보기

@@ -2,6 +2,8 @@ language: python
python: "3.6"
notifications:
email: true
install:
- pip install -r build/requirements.txt
before_script:
- cd build
script:


+ 1
- 0
build/requirements.txt 파일 보기

@@ -0,0 +1 @@
httplib2==0.9.2

불러오는 중...
취소
저장