FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-binance/tox.ini at develop · EncodingJerry/python-binance · GitHub
EncodingJerry
/
python-binance
Public
forked from
kbai/python-binance
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-binance
/
tox.ini
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (26 loc) · 456 Bytes
Breadcrumbs
python-binance
/
tox.ini
Copy path
File metadata and controls
31 lines (26 loc) · 456 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
27
28
29
30
31
[tox]
envlist
= py27, py35, py36
[testenv]
deps
=
-rtest-requirements.txt
-rrequirements.txt
commands
= py.test -v tests/ --doctest-modules --cov binance --cov-report term-missing
passenv
=
TRAVIS
TRAVIS_BRANCH
TRAVIS_JOB_ID
[testenv:flake8]
commands
= flake8 binance/ setup.py examples/
deps
= flake8
[travis]
python
=
3.6: py36, flake8
[flake8]
exclude
=
.git,
.tox,
build,
dist
ignore
= E501
[pep8]
ignore
= E501
Back
|
FazBrowse Home
|
New Git URL