File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ environment :
2
+
3
+ matrix :
4
+
5
+ # For Python versions available on Appveyor, see
6
+ # http://www.appveyor.com/docs/installed-software#python
7
+
8
+ # Though we support Python 3.4 we're not testing it here.
9
+ # Testing it requires extra work that doesn't seem necessary
10
+ # since we already test it in Evergreen.
11
+ # See https://packaging.python.org/guides/supporting-windows-using-appveyor/#support-script
12
+
13
+ # Test both 32 and 64bit builds.
14
+
15
+ - PYTHON : " C:\\ Python27"
16
+ - PYTHON : " C:\\ Python35"
17
+ - PYTHON : " C:\\ Python36"
18
+ - PYTHON : " C:\\ Python27-x64"
19
+ - PYTHON : " C:\\ Python35-x64"
20
+ - PYTHON : " C:\\ Python36-x64"
21
+
22
+ build : off
23
+
24
+ test_script :
25
+ # We just want to test C extension builds for pull requests.
26
+ # No need for a running MongoDB instance.
27
+ - " %PYTHON%\\ python.exe setup.py test"
You can’t perform that action at this time.
0 commit comments