Browse Source

Include pip requirements

pull/571/head
Dave Machado 6 years ago
parent
commit
d38b999add
No known key found for this signature in database GPG Key ID: 948D4778D01A7B3F
2 changed files with 3 additions and 0 deletions
  1. +2
    -0
      .travis.yml
  2. +1
    -0
      build/requirements.txt

+ 2
- 0
.travis.yml View File

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


+ 1
- 0
build/requirements.txt View File

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

Loading…
Cancel
Save