File tree Expand file tree Collapse file tree 17 files changed +48
-1
lines changed Expand file tree Collapse file tree 17 files changed +48
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ covercmd =
1818
1919[testenv]
2020commands =
21+ {[testing]localdeps}
2122 py.test --quiet {posargs} unit_tests
2223deps =
2324 {[testing]deps}
2627basepython =
2728 python2.7
2829commands =
30+ {[testing]localdeps}
2931 {[testing]covercmd}
3032deps =
3133 {[testenv]deps}
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ covercmd =
1717
1818[testenv]
1919commands =
20+ {[testing]localdeps}
2021 py.test --quiet {posargs} unit_tests
2122deps =
2223 {[testing]deps}
2526basepython =
2627 python2.7
2728commands =
29+ {[testing]localdeps}
2830 {[testing]covercmd}
2931deps =
3032 {[testenv]deps}
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ covercmd =
1818
1919[testenv]
2020commands =
21+ {[testing]localdeps}
2122 py.test --quiet {posargs} unit_tests
2223deps =
2324 {[testing]deps}
2627basepython =
2728 python2.7
2829commands =
30+ {[testing]localdeps}
2931 {[testing]covercmd}
3032deps =
3133 {[testenv]deps}
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ covercmd =
1717
1818[testenv]
1919commands =
20+ {[testing]localdeps}
2021 py.test --quiet {posargs} unit_tests
2122deps =
2223 {[testing]deps}
2526basepython =
2627 python2.7
2728commands =
29+ {[testing]localdeps}
2830 {[testing]covercmd}
2931deps =
3032 {[testenv]deps}
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ error_reporting/
99monitoring/
1010pubsub/
1111resource_manager/
12+ runtimeconfig/
1213speech/
1314storage/
1415translate/
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ covercmd =
2020
2121[testenv]
2222commands =
23+ {[testing]localdeps}
2324 py.test --quiet {posargs} unit_tests
2425deps =
2526 {[testing]deps}
2829basepython =
2930 python2.7
3031commands =
32+ {[testing]localdeps}
3133 {[testing]covercmd}
3234deps =
3335 {[testenv]deps}
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ covercmd =
1717
1818[testenv]
1919commands =
20+ {[testing]localdeps}
2021 py.test --quiet {posargs} unit_tests
2122deps =
2223 {[testing]deps}
2526basepython =
2627 python2.7
2728commands =
29+ {[testing]localdeps}
2830 {[testing]covercmd}
2931deps =
3032 {[testenv]deps}
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ covercmd =
1818
1919[testenv]
2020commands =
21+ {[testing]localdeps}
2122 py.test --quiet {posargs} unit_tests
2223deps =
2324 {[testing]deps}
2627basepython =
2728 python2.7
2829commands =
30+ {[testing]localdeps}
2931 {[testing]covercmd}
3032deps =
3133 {[testenv]deps}
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ covercmd =
1717
1818[testenv]
1919commands =
20+ {[testing]localdeps}
2021 py.test --quiet {posargs} unit_tests
2122deps =
2223 {[testing]deps}
2627basepython =
2728 python2.7
2829commands =
30+ {[testing]localdeps}
2931 {[testing]covercmd}
3032deps =
3133 {[testing]deps}
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ covercmd =
1818
1919[testenv]
2020commands =
21+ {[testing]localdeps}
2122 py.test --quiet {posargs} unit_tests
2223deps =
2324 {[testing]deps}
2627basepython =
2728 python2.7
2829commands =
30+ {[testing]localdeps}
2931 {[testing]covercmd}
3032deps =
3133 {[testenv]deps}
You can’t perform that action at this time.
0 commit comments