Skip to content

Commit

Permalink
Trying to get Linux OS working:
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 12, 2019
1 parent cc2e6b0 commit 6fe6e47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ steps:

- script: |
python setup.py -q install --user
ls -l /usr/share/miniconda/bin/python
ls -l pytest
pwd
pytest -v
displayName: "Installing code and running tests (Linux)"
condition: eq( variables['Agent.OS'], 'Linux')
Expand Down

0 comments on commit 6fe6e47

Please sign in to comment.