chore: travis update

master
Vishnunarayan K I 2019-07-17 23:05:56 +05:30
parent 0e7038fd68
commit 14bcf32d76
2 changed files with 7 additions and 5 deletions

View File

@ -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:

View File

@ -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='''