File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -94,30 +94,17 @@ Portions Copyright (c) 2017-2018, Chris Fraire <
[email protected] >.
94
94
</configuration >
95
95
<phase >package</phase >
96
96
</execution >
97
- <execution >
98
- <id >pre-python-test</id >
99
- <configuration >
100
- <executable >env/bin/python</executable >
101
- <workingDirectory >${project.build.directory} /../</workingDirectory >
102
- <arguments >
103
- <argument >setup.py</argument >
104
- <argument >install</argument >
105
- </arguments >
106
- </configuration >
107
- <phase >test</phase >
108
- <goals >
109
- <goal >exec</goal >
110
- </goals >
111
- </execution >
112
97
<execution >
113
98
<id >python-test</id >
114
99
<configuration >
115
100
<executable >env/bin/python</executable >
116
101
<workingDirectory >${project.build.directory} /../</workingDirectory >
117
102
<arguments >
118
103
<argument >setup.py</argument >
104
+ <argument >install</argument >
119
105
<argument >test</argument >
120
106
</arguments >
107
+ <skip >${skipTests} </skip >
121
108
</configuration >
122
109
<phase >test</phase >
123
110
<goals >
You can’t perform that action at this time.
0 commit comments