Skip to content

Commit 3b784d7

Browse files
committed
Update vm image to Ubuntu 18.04
1 parent ea161d9 commit 3b784d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stages:
2020
jobs:
2121
- job: 'Test'
2222
pool:
23-
vmImage: 'Ubuntu-16.04'
23+
vmImage: 'Ubuntu-18.04'
2424
strategy:
2525
matrix:
2626
Python36:
@@ -38,7 +38,7 @@ stages:
3838
python -m pip install --upgrade pip setuptools wheel
3939
pip install -r requirements-dev.txt
4040
displayName: 'Install dependencies'
41-
- script: |
41+
- script: |
4242
pytest tests/ --cov pyswarms --junit-xml=junit/test-results.xml --cov-report=xml --cov-report=html
4343
displayName: 'Run tests with coverage'
4444
- task: PublishTestResults@2
@@ -85,5 +85,5 @@ stages:
8585
displayName: 'Authenticate twine to PyPI'
8686
- script: |
8787
python -m pip install twine
88-
twine upload -r pypi --config-file $(PYPIRC_PATH) dist/*
88+
twine upload -r pypi --config-file $(PYPIRC_PATH) dist/*
8989
displayName: 'Upload files to PyPI'

0 commit comments

Comments
 (0)