Skip to content

Commit

Permalink
Update "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 1dbff4c commit 236b859
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
architecture: 'x64'
- script: |
python -m pip install --upgrade pip
pip install imageio matplotlib numpy scipy
pip install pyqt
pip install nose six coveralls flake8 mock==1.0.1
pip install coveralls flake8 imageio matplotlib mock==1.0.1 nose pyqt scipy six
python -c "import imageio;imageio.plugins.freeimage.download()"
displayName: 'Dependencies'
- script: flake8 colour
Expand Down Expand Up @@ -58,9 +56,7 @@ jobs:
mkdir ~/.matplotlib/
echo "backend: TkAgg" >> ~/.matplotlib/matplotlibrc
python -m pip install --upgrade pip
pip install imageio matplotlib numpy scipy
pip install pyqt
pip install nose six coveralls flake8 mock==1.0.1
pip install coveralls flake8 imageio matplotlib mock==1.0.1 nose pyqt scipy six
python -c "import imageio;imageio.plugins.freeimage.download()"
displayName: 'Dependencies'
- script: flake8 colour
Expand Down

0 comments on commit 236b859

Please sign in to comment.