File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,12 @@ matrix:
32
32
- os : osx
33
33
language : objective-c
34
34
env :
35
+ - MB_PYTHON_VERSION=3.7
35
36
- PLAT=x86_64
36
37
- os : osx
37
38
language : objective-c
38
39
env :
40
+ - MB_PYTHON_VERSION=3.7
39
41
- PLAT=i686
40
42
- os : linux
41
43
env :
@@ -44,6 +46,7 @@ matrix:
44
46
- os : osx
45
47
language : objective-c
46
48
env :
49
+ - MB_PYTHON_VERSION=3.7
47
50
- PLAT=x86_64
48
51
- INTERFACE64=1
49
52
- os : linux
@@ -131,5 +134,6 @@ after_success:
131
134
# Upload libraries to the shared staging area on anaconda.org
132
135
# Note that the anaconda-client package on PyPI is too old. Install from github
133
136
# tag instead:
137
+ - python -c "import sys; print(sys.version)"
134
138
-
pip install -q git+https://github.com/Anaconda-Platform/[email protected]
135
139
- upload_to_anaconda
You can’t perform that action at this time.
0 commit comments