Skip to content

Commit

Permalink
Testing py36 for win build and ssl output
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Nov 2, 2019
1 parent 2372ae9 commit 3a0a93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ steps:
- script: |
call activate devel
python ci/screen.py
python -c "import ssl; print(ssl.__file__)"
#SET PYTHONPATH=%PYTHONPATH%;%CD%
pip install -e .
pytest -v --junitxml=junit/test-results.xml
Expand Down
2 changes: 1 addition & 1 deletion ci/env-win-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge/label/testing
- anaconda
dependencies:
- python=3
- python=3.6
- numpy=1.15.*
- sphinx
- pytest
Expand Down

0 comments on commit 3a0a93f

Please sign in to comment.