diff --git a/.travis.yml b/.travis.yml index a48cf02f..59f24bcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,8 @@ +addons: + chrome: stable + sonarcloud: + organization: "sartography" + language: python services: @@ -19,6 +24,7 @@ install: # command to run tests script: - pytest + - sonar-scanner # Would be better to directly test the docker image, may require setting # up a docker-compose with postgres image and this docker image and connecting @@ -30,4 +36,4 @@ deploy: provider: script script: bash docker_push.sh on: - branch: master \ No newline at end of file + branch: master