File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ version : build-{build}-{branch}
2
+
3
+ environment :
4
+ matrix :
5
+ # http://www.appveyor.com/docs/installed-software#python lists available
6
+ # versions
7
+ - PYTHON : " C:\\ Python27"
8
+ TOXENV : py27
9
+ - PYTHON : " C:\\ Python27-x64"
10
+ TOXENV : py27
11
+ - PYTHON : " C:\\ Python33"
12
+ TOXENV : py33
13
+ - PYTHON : " C:\\ Python33-x64"
14
+ TOXENV : py33
15
+ - PYTHON : " C:\\ Python34"
16
+ TOXENV : py34
17
+ - PYTHON : " C:\\ Python34-x64"
18
+ TOXENV : py34
19
+ - PYTHON : " C:\\ Python35"
20
+ TOXENV : py35
21
+ - PYTHON : " C:\\ Python35-x64"
22
+ TOXENV : py35
23
+
24
+ init :
25
+ - " echo %PYTHON%"
26
+
27
+ install :
28
+ - " set PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
29
+ - python --version
30
+ - python -m pip install -U pip setuptools tox
31
+
32
+ build : false
33
+
34
+ test_script :
35
+ - tox -v
You can’t perform that action at this time.
0 commit comments