We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295c84e commit a3e72cdCopy full SHA for a3e72cd
.travis.yml
@@ -5,8 +5,8 @@ git:
5
matrix:
6
fast_finish: true
7
include:
8
- - python: "3.6"`
9
- - python: "3.7"`
+ - python: "3.6"
+ - python: "3.7"
10
env:
11
# Do not run analysis on PR (secure env variables like SONAR_TOKEN are not always available)
12
- WITH_SONAR_ANALYSIS=$([ "$TRAVIS_PULL_REQUEST" = "false" ] && echo true || echo false)
@@ -32,4 +32,4 @@ after_success:
32
-Dsonar.testExecutionReportPaths=tests.xml \
33
-Dsonar.python.coverage.reportPaths=coverage.xml \
34
-Dsonar.host.url=$SONAR_URL \
35
- -Dsonar.login=$SONAR_TOKEN || echo 'Skipping Sonar Scanner execution'
+ -Dsonar.login=$SONAR_TOKEN || echo 'Skipping Sonar Scanner execution'
0 commit comments