We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c80fbb commit c1b389fCopy full SHA for c1b389f
Makefile
@@ -3,7 +3,7 @@ all: setup test
3
setup:
4
pip3 install pipenv && pipenv install --dev
5
test:
6
- pipenv run python setup.py pytest
+ pipenv run pytest
7
doc:
8
pipenv run pdoc deriv_api --force --html -o docs/html --template-dir docs/templates
9
build:
setup.py
@@ -9,7 +9,6 @@
author_email='learning+python@deriv.com',
10
license='MIT',
11
install_requires=['websockets==10.3', 'reactivex==4.0.*'],
12
- test_suite='tests',
13
url='https://github.com/deriv-com/python-deriv-api',
14
project_urls={
15
'Bug Tracker': "https://github.com/deriv-com/python-deriv-api/issues",
0 commit comments