From 25fc109318f2e798d93ebfe03fc1c7ed416f42ca Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Thu, 11 Jul 2019 15:20:10 -0700 Subject: [PATCH] fixed typo Signed-off-by: Kevin Putnam --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 92fc1c8a..199b0e7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: