From 1591b003af49670728d6c6b8a4ecd5b86cf58dda Mon Sep 17 00:00:00 2001 From: Issam Date: Sat, 2 May 2020 11:10:18 +0000 Subject: [PATCH] Fix copy/paste issue. => Add travis continuous integration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8e8affc..4e09e02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: python install: - pip install -r requirements.txt - pip install . -script:the imp module is deprecated in favour of importlibthe imp module is deprecated in favour of importlib pytest \ No newline at end of file +script: pytest \ No newline at end of file