Skip to content

Commit

Permalink
Removed MacOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Nov 14, 2019
1 parent 39cc26a commit eecbb8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
5.2.0 (development)
-------------------

* Official support for macOS and Linux.
* Official support for Linux.
* Plug-ins installed via the GUI can now be used right away. No restarts required.
* Added the `iris.plugins.load_plugin` function to load plug-ins without installing them. Useful for testing.
* Plug-ins can now have the ``display_name`` property which will be displayed in the GUI. This is optional and backwards-compatible.
Expand Down
37 changes: 0 additions & 37 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,40 +82,3 @@ jobs:
pythonVersion: '3.7'
Python38:
pythonVersion: '3.8'

# ------------------------------------------------------------
# MACOS BUILD
# ------------------------------------------------------------
- job: MacOS
pool:
vmImage: 'macos-10.13'
steps:
- bash: echo "##vso[task.prependpath]$CONDA/bin"
displayName: Add conda to PATH

# On Hosted macOS, the agent user doesn't have ownership of Miniconda's installation directory/
# We need to take ownership if we want to update conda or install packages globally
- bash: sudo chown -R $USER $CONDA
displayName: Take ownership of conda installation

- bash: conda env create --quiet --file ./.azure/env.yml
displayName: Create Anaconda environment

- bash: |
source activate irisbuild
python -m unittest discover --verbose
displayName: Unit tests
- bash: |
source activate irisbuild
cd installer
python -O -m PyInstaller --clean -y --distpath=dist\executable --onedir iris-onedir.spec
displayName: Executable build
strategy:
matrix:
Python36:
pythonVersion: '3.6'
Python37:
pythonVersion: '3.7'
Python38:
pythonVersion: '3.8'

0 comments on commit eecbb8d

Please sign in to comment.