We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d4e27 commit b0483e0Copy full SHA for b0483e0
.travis.yml
@@ -28,9 +28,9 @@ after_success:
28
-Dsonar.projectName=$SONAR_PROJECT_NAME \
29
-Dsonar.projectKey=$SONAR_PROJECT_KEY \
30
-Dsonar.organization=$SONAR_ORGANIZATION_KEY \
31
- -Dsonar.sources=./client_encryption \
32
- -Dsonar.tests=./tests \
33
- -Dsonar.testExecutionReportPaths=tests.xml \
+ -Dsonar.sources=client_encryption \
+ -Dsonar.tests=tests \
+ -Dsonar.python.xunit.reportPaths=tests.xml \
34
-Dsonar.python.coverage.reportPaths=coverage.xml \
35
-Dsonar.host.url=$SONAR_URL \
36
-Dsonar.login=$SONAR_TOKEN || echo 'Skipping Sonar Scanner execution'
requirements.txt
@@ -2,4 +2,3 @@ pycryptodome==3.8.1
2
pyOpenSSL==19.0.0
3
setuptools>=39.0.1
4
coverage>=4.5.3
5
-pytest>=4.5.0
0 commit comments