From fcc27886485672e223255da72868d48874148662 Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Sun, 23 Jan 2022 11:32:29 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3e1594277a..ef42b5a6dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: python python: 3.7 -script: source env.sh && python3.7 test.py +script: source setup