File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 19
19
20
20
matrix :
21
21
include :
22
- - name : " Python 3.6 - osx"
23
- env : PYTHON_VERSION=3.6
22
+ - name : " Python 3.9 - osx"
23
+ env : PYTHON_VERSION=3.9
24
24
os : osx
25
- - name : " Python 3.6 - linux"
26
- env : PYTHON_VERSION=3.6
25
+ - name : " Python 3.9 - linux"
26
+ env : PYTHON_VERSION=3.9
27
27
os : linux
28
28
- name : " Python 3.7 - osx"
29
29
env : PYTHON_VERSION=3.7
Original file line number Diff line number Diff line change
1
+ image : Visual Studio 2019
2
+
1
3
shallow_clone : true
2
4
3
5
platform :
4
6
- x64
5
7
6
8
environment :
7
9
matrix :
8
- - PYTHON_VERSION : 3.6
9
- MINICONDA_DIRNAME : C:\Miniconda36-x64
10
10
- PYTHON_VERSION : 3.7
11
11
MINICONDA_DIRNAME : C:\Miniconda37-x64
12
+ - PYTHON_VERSION : 3.8
13
+ MINICONDA_DIRNAME : C:\Miniconda38-x64
12
14
13
15
ANACONDA_TOKEN :
14
16
secure : $(anaconda_token)
@@ -27,4 +29,4 @@ test_script:
27
29
- pytest -v --cov
28
30
29
31
on_success :
30
- - codecov
32
+ - codecov
You can’t perform that action at this time.
0 commit comments