File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1
1
install :
2
- - python -m pip install tox pyreadline
2
+ - python -m pip install tox
3
3
4
4
build : off
5
5
6
6
test_script :
7
- - python -m tox -e py27,py35,py36-win
7
+ - python -m tox -e py27-win ,py35-win ,py36-win
Original file line number Diff line number Diff line change @@ -24,6 +24,22 @@ commands =
24
24
py.test {posargs: -n 2} --cov =cmd2 --cov-report =term-missing
25
25
codecov
26
26
27
+ [testenv:py27-win]
28
+ deps =
29
+ codecov
30
+ mock
31
+ pyparsing
32
+ pyperclip
33
+ pyreadline
34
+ pytest
35
+ pytest-cov
36
+ pytest-xdist
37
+ six
38
+ subprocess32
39
+ commands =
40
+ py.test {posargs: -n 2} --cov =cmd2 --cov-report =term-missing
41
+ codecov
42
+
27
43
[testenv:py33]
28
44
deps =
29
45
mock
@@ -54,6 +70,17 @@ deps =
54
70
six
55
71
commands = py.test -v -n2
56
72
73
+ [testenv:py35-win]
74
+ deps =
75
+ mock
76
+ pyparsing
77
+ pyperclip
78
+ pyreadline
79
+ pytest
80
+ pytest-xdist
81
+ six
82
+ commands = py.test -v -n2
83
+
57
84
[testenv:py36]
58
85
deps =
59
86
codecov
@@ -73,6 +100,7 @@ deps =
73
100
mock
74
101
pyparsing
75
102
pyperclip
103
+ pyreadline
76
104
pytest
77
105
pytest-xdist
78
106
six
You can’t perform that action at this time.
0 commit comments