Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Add maxmind auth key
  • Loading branch information
ianhelle committed Mar 24, 2021
1 parent e2e48e6 commit 1d2cf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ stages:
echo Using $MSTICPYCONFIG or %MSTICPYCONFIG%
pip install --upgrade pytest pytest-azurepipelines
pip install --upgrade pytest-cov pytest-check
export MSTICPY_TEST_NOSKIP=1
pytest tests --junitxml=junit/test-results.xml --cov=msticnb --cov-report=xml
continueOnError: true
condition: succeededOrFailed()
Expand All @@ -50,6 +49,7 @@ stages:
MSTICPYCONFIG: $(Build.SourcesDirectory)/tests/testdata/msticpyconfig-test.yaml
MAXMIND_AUTH: $(maxmind_auth)
IPSTACK_AUTH: $(ipstack_auth)
MSTICPY_TEST_NOSKIP: 1
- script: |
pip install --upgrade black
black -t py36 --check --exclude venv .
Expand Down

0 comments on commit 1d2cf20

Please sign in to comment.