File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 3030 displayName : Create Anaconda environment
3131 - script : |
3232 source activate test_env
33- pip install pytest pytest -azurepipelines
33+ pip install pytest-azurepipelines
3434 pip install -e .
3535 displayName: 'pip dependencies'
3636 - script : |
@@ -83,16 +83,16 @@ jobs:
8383 - script : conda env create --quiet --file ci/requirements-py$(python.version).yml
8484 displayName : Create Anaconda environment
8585 - script : |
86- call activate myEnvironment
87- pip install pytest pytest -azurepipelines pytest-mock
86+ call activate test_env
87+ pip install pytest-azurepipelines
8888 pip install -e .
8989 displayName: 'pip dependencies'
9090 - script : |
91- call activate myEnvironment
91+ call activate test_env
9292 conda list
9393 displayName: 'List installed dependencies'
9494 - script : |
95- call activate myEnvironment
95+ call activate test_env
9696 pytest pvlib --junitxml=junit/test-results.xml
9797 displayName: 'pytest'
9898 - task : PublishTestResults@2
Original file line number Diff line number Diff line change 11name : test_env
22channels :
3- - conda-forge
43 - defaults
4+ - conda-forge
55dependencies :
66 - python=2.7
77 - numpy
Original file line number Diff line number Diff line change 11name : test_env
22channels :
3- - conda-forge
43 - defaults
4+ - conda-forge
55dependencies :
66 - python=3.5
77 - numpy
Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ dependencies:
1919 - pip :
2020 - coveralls
2121 - pytest-mock
22+ - pytest-timeout
2223 - pvfactors==0.1.5
Original file line number Diff line number Diff line change @@ -11,12 +11,13 @@ dependencies:
1111 - pytz
1212 - ephem
1313 - numba
14- # - siphon
14+ - siphon
1515 - pytest
1616 - pytest-cov
1717 - nose
1818 - shapely # pvfactors dependency
1919 - pip :
2020 - coveralls
2121 - pytest-mock
22+ - pytest-timeout
2223 - pvfactors==0.1.5
You can’t perform that action at this time.
0 commit comments