Skip to content

Commit

Permalink
Moves python testing from Travis (samples pom.xml profile) to Circlci…
Browse files Browse the repository at this point in the history
… (samples.circleci pom.xml profile)
  • Loading branch information
spacether committed Jul 4, 2019
1 parent f96da3d commit a0c2b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,6 @@
<module>samples/client/petstore/javascript-flowtyped</module>
<module>samples/client/petstore/python</module>
<module>samples/client/petstore/python-asyncio</module>
<module>samples/client/petstore/python-experimental</module>
<module>samples/client/petstore/python-tornado</module>
<module>samples/openapi3/client/petstore/python</module>
<module>samples/client/petstore/typescript-fetch/builds/default</module>
Expand Down Expand Up @@ -1082,6 +1081,7 @@
<!-- test non-java projects -->
<module>samples/client/petstore/go</module>
<module>samples/client/petstore/go-experimental</module>
<module>samples/client/petstore/python-experimental</module>
<!-- test java-related projects -->
<!--<module>samples/client/petstore/scala-akka</module>-->
<module>samples/client/petstore/scala-httpclient</module>
Expand Down

0 comments on commit a0c2b09

Please sign in to comment.