Skip to content

Commit

Permalink
Start tests with SonarQube
Browse files Browse the repository at this point in the history
  • Loading branch information
FavioVazquez committed Sep 1, 2017
1 parent db74e39 commit 942bbf5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ before_install:
install:
- ./install-spark-2-2.sh
- "pip install -r requirements-test.txt"

addons:
sonarcloud:
organization: "ironmussa"
token:
secure: "lF6xKDkh57MC+dlkiovdBA2MPPt7wcH4ANqc07Xyiqnwr898Gy2hwURvqroqm2EFcDQUwd4VJC4+idEjXADP1ugM+FjtHdr4wqDZXXGbO7wCrTdVTYHmPm+0cvmNXyl/JkshWmwktilhYK8Lw+WO3e9NM/WdUKCtY3s1PI2/aFli5XfurySph7jl6wWch/mUO0gBOhKJja5yDc6LPSSx0W+Eczk5FRMOqEAF5OOWFr4baZCLiCr4Fq46JJsNO71Jb/LVGarpo2KUsWOoBYtBldgCcoGK2PQdOSqAG+ObxgFEvZpmi1IeGDDsO26N6vLBfrDmTwS+xB7NEUjrUVpeDLhN9RpoBFyAqOI42UDxbj0lczEIQeze5AHLbxKjmokGxWa8WeGaIzRJqmjTn/ekNLoXpFMLZY4RFxkmAf5puCoOdbIXb8VfhbO/JAiT6O51Xb4zVxDmUETiwYPMKWlZ3ug+Xal/nTTmcZWKBl7GAO1cZAUHg8/EI/SE5SrXxrieo0rmXZ8vZdhp8BFIz0aO5evXnObiwHqeXq5xV8xqhrnSi/mR8uTnqi8Rc/0EaQTMdBTSkBFyCjVDidhwBxGemjSfxXERiEFopumSrvN0K+dS2NJV8JQmgyGPovow4cFYUHE1IiQ5KvRBIT+cSwuvvbjC/i7EL11mCZbtk1pBaKo="

jdk:
- oraclejdk8



script:
- py.test
Expand Down
14 changes: 14 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sonar.projectKey=ironmussa-optimus
sonar.projectName=Optimus is the best
sonar.projectVersion=0.8.3

sonar.sources=.

# =====================================================
# Meta-data for the project
# =====================================================

sonar.links.homepage=https://github.com/ironmussa/Optimus
sonar.links.ci=https://travis-ci.org/ironmussa/Optimus
sonar.links.scm=https://github.com/ironmussa/Optimus
sonar.links.issue=https://github.com/ironmussa/Optimus/issues

0 comments on commit 942bbf5

Please sign in to comment.