Skip to content

Commit

Permalink
changing azure install method
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Feb 12, 2019
1 parent 46a47b1 commit 434dd47
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions azure-pipelines.yml
Expand Up @@ -62,7 +62,7 @@ steps:
# Install and test scripts for Ubuntu/Linuxs
- script: |
source activate devel
python setup.py -q install # Install the
pip install -e . # Install the
Xvfb :99 -screen 0 $(screen_w)x$(screen_h)x$(screen_d) & # Spin up a virtual screen with the correct dimensions
export DISPLAY=:99 # Set up the DISPLAY variable
sleep 3 # give xvfb some time to start
Expand All @@ -85,7 +85,7 @@ steps:
ls /usr/local/miniconda/python.app/Contents/Resources
system_profiler SPDisplaysDataType | grep Resolution # Check display dimensions using OS tools
python ci/screen.py # Check display dimensions as seen by PySide
python setup.py -q install
pip install -e .
#sudo pytest -v --junitxml=junit/test-results.xml
#sudo mv examples/data/14061619.png examples/data/14061619_mac.png
cd runsharp
Expand All @@ -108,8 +108,7 @@ steps:
call activate devel
python ci/screen.py
#SET PYTHONPATH=%PYTHONPATH%;%CD%
python setup.py -q install
#pip install -e .
pip install -e .
#pytest -v --junitxml=junit/test-results.xml
#move examples\\data\\14061619.png examples\\data\\14061619_win.png
cd runsharp
Expand Down

0 comments on commit 434dd47

Please sign in to comment.