forked from wechatpy/wechatpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox-win.ini
More file actions
69 lines (64 loc) · 1.07 KB
/
Copy pathtox-win.ini
File metadata and controls
69 lines (64 loc) · 1.07 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[tox]
envlist = {py27,py33,py34,py35}-{cryptography,pycrypto}
[testenv]
usedevelop = True
basepython =
py27: python2.7
py33: python3.3
py34: python3.4
py35: python3.5
deps =
-rrequirements.txt
pytest
httmock
coverage
redis
pymemcache
shove
cryptography: cryptography>=0.8.2
pycrypto: pycrypto>=2.6.1
commands = py.test
[testenv:py34-cryptography]
deps =
-rrequirements.txt
pytest
httmock
coverage
redis
pymemcache
shove
cryptography: cryptography>=0.8.2
commands = py.test
[testenv:py34-pycrypto]
deps =
-rrequirements.txt
pytest
httmock
coverage
redis
pymemcache
shove
pycrypto: pycrypto>=2.6.1
commands = py.test
[testenv:py35-cryptography]
deps =
-rrequirements.txt
pytest
httmock
coverage
redis
pymemcache
shove
cryptography: cryptography>=0.8.2
commands = py.test
[testenv:py35-pycrypto]
deps =
-rrequirements.txt
pytest
httmock
coverage
redis
pymemcache
shove
pycrypto: pycrypto>=2.6.1
commands = py.test