File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -139,13 +139,28 @@ Portions Copyright (c) 2017-2018, Chris Fraire <
[email protected] >.
139
139
<phase >package</phase >
140
140
</execution >
141
141
<execution >
142
- <id >python-test</id >
142
+ <id >python-test-install </id >
143
143
<configuration >
144
144
<executable >env/bin/python</executable >
145
145
<workingDirectory >${project.build.directory} </workingDirectory >
146
146
<arguments >
147
147
<argument >setup.py</argument >
148
148
<argument >install</argument >
149
+ </arguments >
150
+ <skip >${skipTests} </skip >
151
+ </configuration >
152
+ <phase >test</phase >
153
+ <goals >
154
+ <goal >exec</goal >
155
+ </goals >
156
+ </execution >
157
+ <execution >
158
+ <id >python-test</id >
159
+ <configuration >
160
+ <executable >env/bin/python</executable >
161
+ <workingDirectory >${project.build.directory} </workingDirectory >
162
+ <arguments >
163
+ <argument >setup.py</argument >
149
164
<argument >test</argument >
150
165
</arguments >
151
166
<skip >${skipTests} </skip >
You can’t perform that action at this time.
0 commit comments