Commit 3b784d7 1 parent ea161d9 commit 3b784d7 Copy full SHA for 3b784d7
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ stages:
20
20
jobs :
21
21
- job : ' Test'
22
22
pool :
23
- vmImage : ' Ubuntu-16 .04'
23
+ vmImage : ' Ubuntu-18 .04'
24
24
strategy :
25
25
matrix :
26
26
Python36 :
@@ -38,7 +38,7 @@ stages:
38
38
python -m pip install --upgrade pip setuptools wheel
39
39
pip install -r requirements-dev.txt
40
40
displayName: 'Install dependencies'
41
- - script : |
41
+ - script : |
42
42
pytest tests/ --cov pyswarms --junit-xml=junit/test-results.xml --cov-report=xml --cov-report=html
43
43
displayName: 'Run tests with coverage'
44
44
- task : PublishTestResults@2
@@ -85,5 +85,5 @@ stages:
85
85
displayName : ' Authenticate twine to PyPI'
86
86
- script : |
87
87
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/*
89
89
displayName: 'Upload files to PyPI'
You can’t perform that action at this time.
0 commit comments