FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cryptoauthlib/python/tox.ini at master · ARMmbed/cryptoauthlib · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ARMmbed
/
cryptoauthlib
Public
forked from
MicrochipTech/cryptoauthlib
Notifications
You must be signed in to change notification settings
Fork
4
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cryptoauthlib
/
python
/
tox.ini
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (19 loc) · 545 Bytes
Breadcrumbs
cryptoauthlib
/
python
/
tox.ini
Copy path
File metadata and controls
21 lines (19 loc) · 545 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
[tox]
envlist
= pylint,py27,py35,py36,py37
skipsdist
= True
[testenv:pylint]
deps
= pylint
commands
= pylint cryptoauthlib
[testenv]
passenv
= CRYPTOAUTHLIB_NOUSB
deps
= pytest
pytest-cov
cryptography
py27: enum34
pytz
pyjwt
commands
= python setup.py bdist_wheel
pip uninstall cryptoauthlib -y
pip install --no-index --
find-links
=dist cryptoauthlib
pytest -vv --cov {envsitepackagesdir}/cryptoauthlib --with-lib --with-device
coverage html -d .coverage_{envname}
Back
|
FazBrowse Home
|
New Git URL