File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed
docs/sphinx/source/whatsnew Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 18
18
python.version : ' 3.6'
19
19
Python37 :
20
20
python.version : ' 3.7'
21
+ Python38 :
22
+ python.version : ' 3.8'
21
23
22
24
23
25
steps :
58
60
coverage : true
59
61
Python37 :
60
62
python.version : ' 37'
63
+ Python38 :
64
+ python.version : ' 38'
61
65
62
66
steps :
63
67
- bash : echo "##vso[task.prependpath]/usr/share/miniconda/bin"
@@ -111,6 +115,8 @@ jobs:
111
115
python.version : ' 36'
112
116
Python37-windows :
113
117
python.version : ' 37'
118
+ Python38-windows :
119
+ python.version : ' 38'
114
120
115
121
steps :
116
122
- powershell : Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
@@ -148,6 +154,8 @@ jobs:
148
154
python.version : ' 3.6'
149
155
Python37 :
150
156
python.version : ' 3.7'
157
+ Python38 :
158
+ python.version : ' 3.8'
151
159
152
160
steps :
153
161
- task : UsePythonVersion@0
Original file line number Diff line number Diff line change
1
+ name : test_env
2
+ channels :
3
+ - defaults
4
+ - conda-forge
5
+ dependencies :
6
+ - coveralls
7
+ - cython
8
+ - ephem
9
+ - netcdf4
10
+ - nose
11
+ - numba
12
+ - numpy
13
+ - pandas
14
+ - pip
15
+ - pytables # tables when using pip+PyPI
16
+ - pytest
17
+ - pytest-cov
18
+ - pytest-mock
19
+ - pytest-timeout
20
+ - pytest-rerunfailures
21
+ - pytest-remotedata
22
+ - python=3.8
23
+ - pytz
24
+ - requests
25
+ - scipy
26
+ - shapely # pvfactors dependency
27
+ - siphon # conda-forge
28
+ - pip :
29
+ - nrel-pysam>=2.0
30
+ - pvfactors==1.0.1
Original file line number Diff line number Diff line change @@ -27,12 +27,13 @@ Bug fixes
27
27
the page. (:pull: `890 `) (:issue: `888 `)
28
28
* Implement `pytest-remotedata <https://github.com/astropy/pytest-remotedata >`_
29
29
to increase test suite speed. Requires ``--remote-data `` pytest flag to
30
- execute data retrieval tests over a network.
30
+ execute data retrieval tests over a network.( :issue: ` 882 `)( :pull: ` 896 `)
31
31
* Fix missing
32
32
`0.7.0 what's new <https://pvlib-python.readthedocs.io/en/stable/whatsnew.html#v0-7-0-december-18-2019 >`_
33
33
entries about changes to ``PVSystem.pvwatts_ac ``. Delete unreleased
34
34
0.6.4 what's new file. (:issue: `898 `)
35
35
* Compatibility with cftime 1.1. (:issue: `895 `)
36
+ * Add Python3.8 to Azure Pipelines CI (:issue: `903 `)(:pull: `904 `)
36
37
37
38
38
39
Documentation
You can’t perform that action at this time.
0 commit comments