From 10505ad930350c87dcd03a569f5b6fd4195dc89a Mon Sep 17 00:00:00 2001 From: Alireza Date: Mon, 16 Aug 2021 19:50:08 +0430 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7d78096..1afcdb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ before_install: install: - pip install -r requirements/default.txt - - wget https://github.com/sobhe/hazm/releases/download/v0.5/resources-0.5.zip - - unzip resources-0.5.zip -d perke/resources + - python setup.py install + - python -m perke download script: - pytest