FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-bitshares/tox.ini at develop · vvw/python-bitshares · GitHub
vvw
/
python-bitshares
Public
forked from
bitshares/python-bitshares
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-bitshares
/
tox.ini
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (23 loc) · 484 Bytes
Breadcrumbs
python-bitshares
/
tox.ini
Copy path
File metadata and controls
26 lines (23 loc) · 484 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[tox]
envlist
= py35,py36,py37,lint,docs
skip_missing_interpreters
= true
[testenv]
deps
=-rrequirements-test.txt
commands
=
coverage run -a setup.py test
coverage report --show-missing --ignore-errors
coverage html -i
[testenv:lint]
deps
=
flake8
commands
=
flake8 --
ignore
=E501,F401 bitsharesapi bitsharesbase examples
[testenv:docs]
basepython
=
python
changedir
=
docs
deps
=-rdocs/requirements.txt
sphinx
commands
=
sphinx-build -b html ./ ./html
Back
|
FazBrowse Home
|
New Git URL