Skip to content

Commit de987e0

Browse files
committed
Use cannonical name for nose option.
1 parent b6fc15d commit de987e0

26 files changed

+89
-89
lines changed

.travis.yml

+22-22
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ env:
55
global:
66
LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
77
matrix:
8-
- ENV=matrix-nosetests
9-
- ENV=matrix-nosetests-cext
10-
- ENV=matrix-nosetests-cext-optional
11-
- ENV=matrix-nosetests-fnaccents
12-
- ENV=matrix-nosetests-fndoublequote
13-
- ENV=matrix-nosetests-fnquote
14-
- ENV=matrix-nosetests-fntriplequote
15-
- ENV=matrix-nosetests-pnaccents
16-
- ENV=matrix-nosetests-pndoublequote
17-
- ENV=matrix-nosetests-pnquote
18-
- ENV=matrix-nosetests-pntriplequote
8+
- ENV=matrix-nose
9+
- ENV=matrix-nose-cext
10+
- ENV=matrix-nose-cext-optional
11+
- ENV=matrix-nose-fnaccents
12+
- ENV=matrix-nose-fndoublequote
13+
- ENV=matrix-nose-fnquote
14+
- ENV=matrix-nose-fntriplequote
15+
- ENV=matrix-nose-pnaccents
16+
- ENV=matrix-nose-pndoublequote
17+
- ENV=matrix-nose-pnquote
18+
- ENV=matrix-nose-pntriplequote
1919
- ENV=matrix-pytest
2020
- ENV=matrix-pytest-cext
2121
- ENV=matrix-pytest-cext-optional
@@ -27,17 +27,17 @@ env:
2727
- ENV=matrix-pytest-pndoublequote
2828
- ENV=matrix-pytest-pnquote
2929
- ENV=matrix-pytest-pntriplequote
30-
- ENV=plain-nosetests
31-
- ENV=plain-nosetests-cext
32-
- ENV=plain-nosetests-cext-optional
33-
- ENV=plain-nosetests-fnaccents
34-
- ENV=plain-nosetests-fndoublequote
35-
- ENV=plain-nosetests-fnquote
36-
- ENV=plain-nosetests-fntriplequote
37-
- ENV=plain-nosetests-pnaccents
38-
- ENV=plain-nosetests-pndoublequote
39-
- ENV=plain-nosetests-pnquote
40-
- ENV=plain-nosetests-pntriplequote
30+
- ENV=plain-nose
31+
- ENV=plain-nose-cext
32+
- ENV=plain-nose-cext-optional
33+
- ENV=plain-nose-fnaccents
34+
- ENV=plain-nose-fndoublequote
35+
- ENV=plain-nose-fnquote
36+
- ENV=plain-nose-fntriplequote
37+
- ENV=plain-nose-pnaccents
38+
- ENV=plain-nose-pndoublequote
39+
- ENV=plain-nose-pnquote
40+
- ENV=plain-nose-pntriplequote
4141
- ENV=plain-pytest
4242
- ENV=plain-pytest-cext
4343
- ENV=plain-pytest-cext-optional

appveyor.yml

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
build: false
22
environment:
33
matrix:
4-
- ENV: matrix-nosetests
5-
- ENV: matrix-nosetests-cext
6-
- ENV: matrix-nosetests-cext-optional
7-
- ENV: matrix-nosetests-fnaccents
8-
- ENV: matrix-nosetests-fndoublequote
9-
- ENV: matrix-nosetests-fnquote
10-
- ENV: matrix-nosetests-fntriplequote
11-
- ENV: matrix-nosetests-pnaccents
12-
- ENV: matrix-nosetests-pndoublequote
13-
- ENV: matrix-nosetests-pnquote
14-
- ENV: matrix-nosetests-pntriplequote
4+
- ENV: matrix-nose
5+
- ENV: matrix-nose-cext
6+
- ENV: matrix-nose-cext-optional
7+
- ENV: matrix-nose-fnaccents
8+
- ENV: matrix-nose-fndoublequote
9+
- ENV: matrix-nose-fnquote
10+
- ENV: matrix-nose-fntriplequote
11+
- ENV: matrix-nose-pnaccents
12+
- ENV: matrix-nose-pndoublequote
13+
- ENV: matrix-nose-pnquote
14+
- ENV: matrix-nose-pntriplequote
1515
- ENV: matrix-pytest
1616
- ENV: matrix-pytest-cext
1717
- ENV: matrix-pytest-cext-optional
@@ -23,17 +23,17 @@ environment:
2323
- ENV: matrix-pytest-pndoublequote
2424
- ENV: matrix-pytest-pnquote
2525
- ENV: matrix-pytest-pntriplequote
26-
- ENV: plain-nosetests
27-
- ENV: plain-nosetests-cext
28-
- ENV: plain-nosetests-cext-optional
29-
- ENV: plain-nosetests-fnaccents
30-
- ENV: plain-nosetests-fndoublequote
31-
- ENV: plain-nosetests-fnquote
32-
- ENV: plain-nosetests-fntriplequote
33-
- ENV: plain-nosetests-pnaccents
34-
- ENV: plain-nosetests-pndoublequote
35-
- ENV: plain-nosetests-pnquote
36-
- ENV: plain-nosetests-pntriplequote
26+
- ENV: plain-nose
27+
- ENV: plain-nose-cext
28+
- ENV: plain-nose-cext-optional
29+
- ENV: plain-nose-fnaccents
30+
- ENV: plain-nose-fndoublequote
31+
- ENV: plain-nose-fnquote
32+
- ENV: plain-nose-fntriplequote
33+
- ENV: plain-nose-pnaccents
34+
- ENV: plain-nose-pndoublequote
35+
- ENV: plain-nose-pnquote
36+
- ENV: plain-nose-pntriplequote
3737
- ENV: plain-pytest
3838
- ENV: plain-pytest-cext
3939
- ENV: plain-pytest-cext-optional

ci/envs/matrix-nosetests-cext-optional.cookiecutterrc ci/envs/matrix-nose-cext-optional.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ default_context:
22
c_extension_optional: 'yes'
33
c_extension_support: 'yes'
44
test_matrix_configurator: 'yes'
5-
test_runner: nosetests
5+
test_runner: nose

ci/envs/matrix-nosetests-cext.cookiecutterrc ci/envs/matrix-nose-cext.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ default_context:
22
c_extension_optional: 'no'
33
c_extension_support: 'yes'
44
test_matrix_configurator: 'yes'
5-
test_runner: nosetests
5+
test_runner: nose

ci/envs/matrix-nosetests-fnaccents.cookiecutterrc ci/envs/matrix-nose-fnaccents.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_context:
33
c_extension_support: 'no'
44
full_name: "Ionel Cristian M\u0103rie\u0219"
55
test_matrix_configurator: 'yes'
6-
test_runner: nosetests
6+
test_runner: nose

ci/envs/matrix-nosetests-fndoublequote.cookiecutterrc ci/envs/matrix-nose-fndoublequote.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_context:
33
c_extension_support: 'no'
44
full_name: Io"nel
55
test_matrix_configurator: 'yes'
6-
test_runner: nosetests
6+
test_runner: nose

ci/envs/matrix-nosetests-fnquote.cookiecutterrc ci/envs/matrix-nose-fnquote.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_context:
33
c_extension_support: 'no'
44
full_name: Io'nel
55
test_matrix_configurator: 'yes'
6-
test_runner: nosetests
6+
test_runner: nose

ci/envs/matrix-nosetests-fntriplequote.cookiecutterrc ci/envs/matrix-nose-fntriplequote.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_context:
33
c_extension_support: 'no'
44
full_name: Io"'nel
55
test_matrix_configurator: 'yes'
6-
test_runner: nosetests
6+
test_runner: nose

ci/envs/matrix-nosetests-pnaccents.cookiecutterrc ci/envs/matrix-nose-pnaccents.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_context:
33
c_extension_support: 'no'
44
project_name: "Nam\xE9less"
55
test_matrix_configurator: 'yes'
6-
test_runner: nosetests
6+
test_runner: nose

ci/envs/matrix-nosetests-pndoublequote.cookiecutterrc ci/envs/matrix-nose-pndoublequote.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_context:
33
c_extension_support: 'no'
44
project_name: Name"less
55
test_matrix_configurator: 'yes'
6-
test_runner: nosetests
6+
test_runner: nose

ci/envs/matrix-nosetests-pnquote.cookiecutterrc ci/envs/matrix-nose-pnquote.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_context:
33
c_extension_support: 'no'
44
project_name: Name'less
55
test_matrix_configurator: 'yes'
6-
test_runner: nosetests
6+
test_runner: nose

ci/envs/matrix-nosetests-pntriplequote.cookiecutterrc ci/envs/matrix-nose-pntriplequote.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_context:
33
c_extension_support: 'no'
44
project_name: Name"'less
55
test_matrix_configurator: 'yes'
6-
test_runner: nosetests
6+
test_runner: nose

ci/envs/matrix-nosetests.cookiecutterrc ci/envs/matrix-nose.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ default_context:
22
c_extension_optional: 'no'
33
c_extension_support: 'no'
44
test_matrix_configurator: 'yes'
5-
test_runner: nosetests
5+
test_runner: nose

ci/envs/plain-nosetests-cext-optional.cookiecutterrc ci/envs/plain-nose-cext-optional.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ default_context:
22
c_extension_optional: 'yes'
33
c_extension_support: 'yes'
44
test_matrix_configurator: 'no'
5-
test_runner: nosetests
5+
test_runner: nose

ci/envs/plain-nosetests-cext.cookiecutterrc ci/envs/plain-nose-cext.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ default_context:
22
c_extension_optional: 'no'
33
c_extension_support: 'yes'
44
test_matrix_configurator: 'no'
5-
test_runner: nosetests
5+
test_runner: nose

ci/envs/plain-nosetests-fnaccents.cookiecutterrc ci/envs/plain-nose-fnaccents.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_context:
33
c_extension_support: 'no'
44
full_name: "Ionel Cristian M\u0103rie\u0219"
55
test_matrix_configurator: 'no'
6-
test_runner: nosetests
6+
test_runner: nose

ci/envs/plain-nosetests-fndoublequote.cookiecutterrc ci/envs/plain-nose-fndoublequote.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_context:
33
c_extension_support: 'no'
44
full_name: Io"nel
55
test_matrix_configurator: 'no'
6-
test_runner: nosetests
6+
test_runner: nose

ci/envs/plain-nosetests-fnquote.cookiecutterrc ci/envs/plain-nose-fnquote.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_context:
33
c_extension_support: 'no'
44
full_name: Io'nel
55
test_matrix_configurator: 'no'
6-
test_runner: nosetests
6+
test_runner: nose

ci/envs/plain-nosetests-fntriplequote.cookiecutterrc ci/envs/plain-nose-fntriplequote.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_context:
33
c_extension_support: 'no'
44
full_name: Io"'nel
55
test_matrix_configurator: 'no'
6-
test_runner: nosetests
6+
test_runner: nose

ci/envs/plain-nosetests-pnaccents.cookiecutterrc ci/envs/plain-nose-pnaccents.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_context:
33
c_extension_support: 'no'
44
project_name: "Nam\xE9less"
55
test_matrix_configurator: 'no'
6-
test_runner: nosetests
6+
test_runner: nose

ci/envs/plain-nosetests-pndoublequote.cookiecutterrc ci/envs/plain-nose-pndoublequote.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_context:
33
c_extension_support: 'no'
44
project_name: Name"less
55
test_matrix_configurator: 'no'
6-
test_runner: nosetests
6+
test_runner: nose

ci/envs/plain-nosetests-pnquote.cookiecutterrc ci/envs/plain-nose-pnquote.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_context:
33
c_extension_support: 'no'
44
project_name: Name'less
55
test_matrix_configurator: 'no'
6-
test_runner: nosetests
6+
test_runner: nose

ci/envs/plain-nosetests-pntriplequote.cookiecutterrc ci/envs/plain-nose-pntriplequote.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_context:
33
c_extension_support: 'no'
44
project_name: Name"'less
55
test_matrix_configurator: 'no'
6-
test_runner: nosetests
6+
test_runner: nose

ci/envs/plain-nosetests.cookiecutterrc ci/envs/plain-nose.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ default_context:
22
c_extension_optional: 'no'
33
c_extension_support: 'no'
44
test_matrix_configurator: 'no'
5-
test_runner: nosetests
5+
test_runner: nose

ci/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_matrix_configurator =
44
plain: no
55
test_runner =
66
pytest: pytest
7-
nosetests: nosetests
7+
nose: nose
88
c_extension_support =
99
cext: yes &project_name[-] &full_name[-]
1010
: no

tox.ini

+22-22
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ deps =
88
bumpversion==0.5.1
99
tox==1.9.0
1010
commands =
11-
{toxinidir}/ci/test.cmd matrix-nosetests
12-
{toxinidir}/ci/test.cmd matrix-nosetests-cext
13-
{toxinidir}/ci/test.cmd matrix-nosetests-cext-optional
14-
{toxinidir}/ci/test.cmd matrix-nosetests-fnaccents
15-
{toxinidir}/ci/test.cmd matrix-nosetests-fndoublequote
16-
{toxinidir}/ci/test.cmd matrix-nosetests-fnquote
17-
{toxinidir}/ci/test.cmd matrix-nosetests-fntriplequote
18-
{toxinidir}/ci/test.cmd matrix-nosetests-pnaccents
19-
{toxinidir}/ci/test.cmd matrix-nosetests-pndoublequote
20-
{toxinidir}/ci/test.cmd matrix-nosetests-pnquote
21-
{toxinidir}/ci/test.cmd matrix-nosetests-pntriplequote
11+
{toxinidir}/ci/test.cmd matrix-nose
12+
{toxinidir}/ci/test.cmd matrix-nose-cext
13+
{toxinidir}/ci/test.cmd matrix-nose-cext-optional
14+
{toxinidir}/ci/test.cmd matrix-nose-fnaccents
15+
{toxinidir}/ci/test.cmd matrix-nose-fndoublequote
16+
{toxinidir}/ci/test.cmd matrix-nose-fnquote
17+
{toxinidir}/ci/test.cmd matrix-nose-fntriplequote
18+
{toxinidir}/ci/test.cmd matrix-nose-pnaccents
19+
{toxinidir}/ci/test.cmd matrix-nose-pndoublequote
20+
{toxinidir}/ci/test.cmd matrix-nose-pnquote
21+
{toxinidir}/ci/test.cmd matrix-nose-pntriplequote
2222
{toxinidir}/ci/test.cmd matrix-pytest
2323
{toxinidir}/ci/test.cmd matrix-pytest-cext
2424
{toxinidir}/ci/test.cmd matrix-pytest-cext-optional
@@ -30,17 +30,17 @@ commands =
3030
{toxinidir}/ci/test.cmd matrix-pytest-pndoublequote
3131
{toxinidir}/ci/test.cmd matrix-pytest-pnquote
3232
{toxinidir}/ci/test.cmd matrix-pytest-pntriplequote
33-
{toxinidir}/ci/test.cmd plain-nosetests
34-
{toxinidir}/ci/test.cmd plain-nosetests-cext
35-
{toxinidir}/ci/test.cmd plain-nosetests-cext-optional
36-
{toxinidir}/ci/test.cmd plain-nosetests-fnaccents
37-
{toxinidir}/ci/test.cmd plain-nosetests-fndoublequote
38-
{toxinidir}/ci/test.cmd plain-nosetests-fnquote
39-
{toxinidir}/ci/test.cmd plain-nosetests-fntriplequote
40-
{toxinidir}/ci/test.cmd plain-nosetests-pnaccents
41-
{toxinidir}/ci/test.cmd plain-nosetests-pndoublequote
42-
{toxinidir}/ci/test.cmd plain-nosetests-pnquote
43-
{toxinidir}/ci/test.cmd plain-nosetests-pntriplequote
33+
{toxinidir}/ci/test.cmd plain-nose
34+
{toxinidir}/ci/test.cmd plain-nose-cext
35+
{toxinidir}/ci/test.cmd plain-nose-cext-optional
36+
{toxinidir}/ci/test.cmd plain-nose-fnaccents
37+
{toxinidir}/ci/test.cmd plain-nose-fndoublequote
38+
{toxinidir}/ci/test.cmd plain-nose-fnquote
39+
{toxinidir}/ci/test.cmd plain-nose-fntriplequote
40+
{toxinidir}/ci/test.cmd plain-nose-pnaccents
41+
{toxinidir}/ci/test.cmd plain-nose-pndoublequote
42+
{toxinidir}/ci/test.cmd plain-nose-pnquote
43+
{toxinidir}/ci/test.cmd plain-nose-pntriplequote
4444
{toxinidir}/ci/test.cmd plain-pytest
4545
{toxinidir}/ci/test.cmd plain-pytest-cext
4646
{toxinidir}/ci/test.cmd plain-pytest-cext-optional

0 commit comments

Comments
 (0)