FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
msgpack-python/tox.ini at master · sahertian/msgpack-python · GitHub
sahertian
/
msgpack-python
Public
forked from
msgpack/msgpack-python
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
msgpack-python
/
tox.ini
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (31 loc) · 700 Bytes
Breadcrumbs
msgpack-python
/
tox.ini
Copy path
File metadata and controls
38 lines (31 loc) · 700 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
32
33
34
35
36
37
38
[tox]
envlist
= {py27,py33,py34,py35}-{c,pure},{pypy,pypy3}-pure,py27-x86,py34-x86
[variants:pure]
setenv
=
MSGPACK_PUREPYTHON
=x
[testenv]
deps
=
pytest
changedir
=test
commands
=
c,x86: python -c
'
from msgpack import _packer, _unpacker
'
c,x86: py.test
pure: py.test
[testenv:py27-x86]
basepython
=python2.7-x86
deps
=
pytest
changedir
=test
commands
=
python -c
'
import sys; print(hex(sys.maxsize))
'
python -c
'
from msgpack import _packer, _unpacker
'
py.test
[testenv:py34-x86]
basepython
=python3.4-x86
deps
=
pytest
changedir
=test
commands
=
python -c
'
import sys; print(hex(sys.maxsize))
'
python -c
'
from msgpack import _packer, _unpacker
'
py.test
Back
|
FazBrowse Home
|
New Git URL