From a52d035c0ed02e59b0446f1878490e80239c51ef Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Tue, 5 May 2020 17:19:24 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b3f960e..4ecc711 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,7 @@ dist: xenial cache: pip install: - pip install pytest +before_script: + cd tests script: - python test_1.py