Skip to content

Commit

Permalink
Adding DHT11 submodule
Browse files Browse the repository at this point in the history
Adding the Python DHT11 library as a submodule and adding a dependency on
RPi.GPIO since DHT11 needs it.
  • Loading branch information
mtlynch committed May 6, 2016
1 parent 42e0130 commit 6bedc3c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "dht11"]
path = dht11
url = https://github.com/szazo/DHT11_Python.git
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
- pip install -r test_requirements.txt
- pip install coveralls
script:
Expand Down
1 change: 1 addition & 0 deletions dht11
Submodule dht11 added at 85a636
1 change: 1 addition & 0 deletions requirements.txt
@@ -0,0 +1 @@
RPi.GPIO

0 comments on commit 6bedc3c

Please sign in to comment.