From c35af19cc359259d73a6fc2e6f7f4c26cfb3a2bf Mon Sep 17 00:00:00 2001 From: Moez Ali Date: Tue, 5 May 2020 16:18:35 -0400 Subject: [PATCH] test case updated --- .travis.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index daea0b6..598728a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ install: - pip install -r requirements.txt script: pytest # run tests after_success: - - codecov # submit coverage \ No newline at end of file + - codecov # submit coverage \ No newline at end of file diff --git a/setup.py b/setup.py index 4f63610..e7ed198 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,6 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", ], - include_package_data=True, + include_package_data=True, install_requires=required ) -- GitLab