From 71d4a449077400370deae0f050cf884be8d57101 Mon Sep 17 00:00:00 2001 From: Lucas Bulgarelli Date: Thu, 27 Aug 2020 16:38:04 -0300 Subject: [PATCH] fix travis pip install for requirements --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 139b520..ea276b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: # command to install dependencies install: - - pip install requirements.txt + - pip install -r requirements.txt # command to run tests script: pytest \ No newline at end of file