File tree 2 files changed +7
-1
lines changed
docs/sphinx/source/whatsnew
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 10
10
matrix :
11
11
Python35 :
12
12
python.version : ' 35'
13
+ Python35-min :
14
+ python.version : ' 35'
15
+ suffix : ' -min'
13
16
Python36 :
14
17
python.version : ' 36'
15
18
coverage : true
21
24
steps :
22
25
- bash : echo "##vso[task.prependpath]/usr/share/miniconda/bin"
23
26
displayName : Add conda to PATH
24
- - script : conda env create --quiet --file ci/requirements-py$(python.version).yml
27
+ - script : conda env create --quiet --file ci/requirements-py$(python.version)$(suffix) .yml
25
28
displayName : Create Anaconda environment
26
29
- script : |
27
30
source activate test_env
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ Testing
35
35
applied to functions that require args or kwargs. (:pull: `973 `)
36
36
* Test added for :py:class: `pvlib.modelchain.ModelChain ` to confirm ValueError when
37
37
``ac_model `` is an invalid string. (:pull: `886 `)
38
+ * Add minimum requirements configuration to Azure Pipelines build.
39
+ (:pull: `1006 `)
38
40
39
41
Documentation
40
42
~~~~~~~~~~~~~
@@ -63,3 +65,4 @@ Contributors
63
65
* Mark Mikofski (:ghuser: `mikofski `)
64
66
* Joshua S. Stein (:ghuser: `jsstein `)
65
67
* Marc A. Anoma (:ghuser: `anomam `)
68
+ * Will Holmgren (:ghuser: `wholmgren `)
You can’t perform that action at this time.
0 commit comments