This repository was archived by the owner on Mar 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11dist : xenial
22language : python
33python :
4- - ' 3.5'
5- - ' 3.6'
6- - ' 3.7'
4+ - ' 3.5'
5+ - ' 3.6'
6+ - ' 3.7'
77install :
8- - pip install pytest unittest2
9- - python ./setup.py develop
10- script :
11- - python3 -m pytest
8+ - pip install pytest unittest2
9+ - python ./setup.py develop
10+ script :
11+ - python3 -m pytest
1212addons :
1313 apt :
1414 packages :
15- - build-essential
16- - swig
17- - libpcsclite-dev
15+ - build-essential
16+ - swig
17+ - libpcsclite-dev
1818stages :
19- - lint
20- - test
19+ - lint
20+ - test
2121jobs :
2222 include :
23- - stage : lint
24- python : 3.7
25- install : pip install black flake8
26- script :
27- - black --check ./emv
28- - flake8 ./emv
23+ - stage : lint
24+ python : 3.7
25+ install : pip install black flake8
26+ script :
27+ - black --check ./emv
28+ - flake8 ./emv
29+ deploy :
30+ provider : pypi
31+ user : russss
32+ password :
33+ secure : X8BXsW6rzmPWC/j3vX64pe5E9HCnspJWcZdhFDN+wvf7eZ9nLqfs0/VYVSKcEs54dP7vckqtWwQlYO1LeEwaPReZPCg7xPK5kxF65vXqAO8vSwTCYYpjVxdj570YSpAnSagq/2l+aqVFJ+7b91IaEdVGjEaX0mkL+rZphpdSl+FbIpQEgqHchbqPstfAAtuLdxY/Xq9YlLhPPhouDFvsuE22wqAnaqQRQrpxLzZoqKk8/vfawXvMxGaYQVLCdBrUAfzdKHqj8JCgKxnl8G13yglTJXkMY6wAo//tg7snjEVfQucDsnp8HNQXIKkEdUencAnXzom0If+liZOjYunENFk61XYsYym603L8s2DcrRPn9YaoFchAEwZtf2slkzJ3LuIY9/qmiWZh44xozb0Aw8l9RL1s4BX/i1H0vRCCVSQNgBewf0G6AVX7OSIWWYct9i/hf6GzmO6kSh7AIXe8GnsFRe8J0CXQN0c2R4d7cn0+Im+sisOj/nwpSZHoRp05aurShxTlo39bBfmnE6+HLlGniJotUtWIU3RnVPDnS4TQn+8Pbw2ZxFHp9M5rMLT5urA0a10h6fCSwbZ17l0pO6ksWc4GIVi4vfDJgnR3C6IxI81wITUetjorldOXp87BMPSDRdyTvG+EoJF5GcnWWKZ6jiOfe9JmCmKhFdD6BcQ=
34+ on :
35+ tags : true
36+ skip_existing : true
You can’t perform that action at this time.
0 commit comments