From 7e242d1215fb64cd4990e6369719d8e21ff8f5fd Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Tue, 10 Aug 2021 17:57:29 -0500 Subject: [PATCH] Minor Fixes; Multi-Arch. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 17752ea..ed1f6e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ jobs: - stage: test if: (type IN (pull_request)) install: - - pip install -r requirements + - pip install -r requirements.txt script: - pytest -s tests/