Sfoglia il codice sorgente

Include pip requirements

pull/571/head
Dave Machado 6 anni fa
parent
commit
d38b999add
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 948D4778D01A7B3F
2 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +2
    -0
      .travis.yml
  2. +1
    -0
      build/requirements.txt

+ 2
- 0
.travis.yml Vedi File

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

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

Caricamento…
Annulla
Salva