Skip to content

Commit

Permalink
Comprehensive CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
hameerabbasi committed Jul 12, 2019
1 parent 987d9b8 commit 2e29b69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/azure-steps-macos.yml
Expand Up @@ -12,7 +12,7 @@ steps:
displayName: Create environment.

- script: |
conda activate uarray
source activate uarray
MACOSX_DEPLOYMENT_TARGET=10.9 pip install -e . --no-deps
displayName: Install package

Expand Down
4 changes: 2 additions & 2 deletions ci/azure-steps-windows.yml
Expand Up @@ -10,12 +10,12 @@ steps:
displayName: Create environment.

- script: |
conda activate uarray
source activate uarray
pip install -e . --no-deps
displayName: Install package

- script: |
conda activate uarray
source activate uarray
pytest
displayName: Run tests

Expand Down
2 changes: 1 addition & 1 deletion ci/azure-steps.yml
Expand Up @@ -12,7 +12,7 @@ steps:
displayName: Create environment.

- script: |
conda activate uarray
source activate uarray
pip install -e . --no-deps
displayName: Install package

Expand Down

0 comments on commit 2e29b69

Please sign in to comment.