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 30
30
displayName : Create Anaconda environment
31
31
- script : |
32
32
source activate test_env
33
- pip install pytest pytest -azurepipelines
33
+ pip install pytest-azurepipelines
34
34
pip install -e .
35
35
displayName: 'pip dependencies'
36
36
- script : |
@@ -83,16 +83,16 @@ jobs:
83
83
- script : conda env create --quiet --file ci/requirements-py$(python.version).yml
84
84
displayName : Create Anaconda environment
85
85
- script : |
86
- call activate myEnvironment
87
- pip install pytest pytest -azurepipelines pytest-mock
86
+ call activate test_env
87
+ pip install pytest-azurepipelines
88
88
pip install -e .
89
89
displayName: 'pip dependencies'
90
90
- script : |
91
- call activate myEnvironment
91
+ call activate test_env
92
92
conda list
93
93
displayName: 'List installed dependencies'
94
94
- script : |
95
- call activate myEnvironment
95
+ call activate test_env
96
96
pytest pvlib --junitxml=junit/test-results.xml
97
97
displayName: 'pytest'
98
98
- task : PublishTestResults@2
Original file line number Diff line number Diff line change 1
1
name : test_env
2
2
channels :
3
- - conda-forge
4
3
- defaults
4
+ - conda-forge
5
5
dependencies :
6
6
- python=2.7
7
7
- numpy
Original file line number Diff line number Diff line change 1
1
name : test_env
2
2
channels :
3
- - conda-forge
4
3
- defaults
4
+ - conda-forge
5
5
dependencies :
6
6
- python=3.5
7
7
- numpy
Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ dependencies:
19
19
- pip :
20
20
- coveralls
21
21
- pytest-mock
22
+ - pytest-timeout
22
23
- pvfactors==0.1.5
Original file line number Diff line number Diff line change @@ -11,12 +11,13 @@ dependencies:
11
11
- pytz
12
12
- ephem
13
13
- numba
14
- # - siphon
14
+ - siphon
15
15
- pytest
16
16
- pytest-cov
17
17
- nose
18
18
- shapely # pvfactors dependency
19
19
- pip :
20
20
- coveralls
21
21
- pytest-mock
22
+ - pytest-timeout
22
23
- pvfactors==0.1.5
You can’t perform that action at this time.
0 commit comments