Skip to content

Commit

Permalink
Reorder dependencies in "azure-pipelines.yml" file.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Sep 15, 2019
1 parent edc4b57 commit fe4b95c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -23,7 +23,8 @@ jobs:
architecture: 'x64'
- script: |
python -m pip install --upgrade pip
pip install coveralls flake8 imageio matplotlib mock==1.0.1 nose pyqt scipy six
pip install coveralls flake8 imageio matplotlib mock nose scipy six
pip install pyqt
python -c "import imageio;imageio.plugins.freeimage.download()"
displayName: 'Dependencies'
- script: flake8 colour
Expand Down Expand Up @@ -56,7 +57,8 @@ jobs:
mkdir ~/.matplotlib/
echo "backend: TkAgg" >> ~/.matplotlib/matplotlibrc
python -m pip install --upgrade pip
pip install coveralls flake8 imageio matplotlib mock==1.0.1 nose pyqt scipy six
pip install coveralls flake8 imageio matplotlib mock nose scipy six
pip install pyqt
python -c "import imageio;imageio.plugins.freeimage.download()"
displayName: 'Dependencies'
- script: flake8 colour
Expand Down

0 comments on commit fe4b95c

Please sign in to comment.