fixed typo

Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
This commit is contained in:
Kevin Putnam
2019-07-11 15:20:10 -07:00
parent 36758ad647
commit 25fc109318
+1 -1
View File
@@ -5,7 +5,7 @@ python:
# command to install dependencies
install: "pip3 install -q -r requirements.txt"
install: "pip3 install -q -r source/_sripts/_python/requirements.txt"
install: "pip3 install -q -r source/_scripts/_python/requirements.txt"
# command to run tests
script: