From 14bcf32d7696b64aa909180529665d246984e3b2 Mon Sep 17 00:00:00 2001 From: Vishnunarayan K I Date: Wed, 17 Jul 2019 23:05:56 +0530 Subject: [PATCH] chore: travis update --- .travis.yml | 2 +- setup.py | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 137f3ff..0a3d465 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ matrix: before_install: - pip install pytest-cov install: - - pip install -e ".[cloudflare]" + - pip install -e ".[dev]" script: - python -m pytest tests --cov=. after_success: diff --git a/setup.py b/setup.py index 02804d9..cb18006 100644 --- a/setup.py +++ b/setup.py @@ -31,10 +31,12 @@ setup( 'tabulate>=0.8.3', 'pycryptodome>=3.8.2', ], - tests_require=[ - 'pytest', - 'httpretty', - ], + extras_require={ + 'dev': [ + 'pytest', + 'httpretty', + ], + }, long_description=long_description, long_description_content_type='text/markdown', entry_points='''