Skip to content

Commit

Permalink
Removing reference to fake_sensors.py
Browse files Browse the repository at this point in the history
This file was deleted in 270b1a8
  • Loading branch information
mtlynch committed Mar 12, 2017
1 parent 274a8e0 commit bad3c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Expand Up @@ -8,7 +8,7 @@ set -e
# Run unit tests and calculate code coverage.
coverage run \
--source greenpithumb \
--omit "greenpithumb/dht11/*,greenpithumb/fake_sensors.py" \
--omit "greenpithumb/dht11/*" \
-m unittest discover

# Run static analysis for Python bugs/cruft.
Expand Down

0 comments on commit bad3c53

Please sign in to comment.