We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e300e11 commit ba8025aCopy full SHA for ba8025a
appveyor.yml
@@ -0,0 +1,27 @@
1
+environment:
2
+
3
+ matrix:
4
5
+ - PYTHON: "C:\\Python26"
6
+ - PYTHON: "C:\\Python27"
7
+ - PYTHON: "C:\\Python33"
8
+ - PYTHON: "C:\\Python34"
9
+ - PYTHON: "C:\\Python35"
10
+ - PYTHON: "C:\\Python36"
11
+ - PYTHON: "C:\\Python26-x64"
12
+ - PYTHON: "C:\\Python27-x64"
13
+ - PYTHON: "C:\\Python33-x64"
14
+ - PYTHON: "C:\\Python34-x64"
15
+ - PYTHON: "C:\\Python35-x64"
16
+ - PYTHON: "C:\\Python36-x64"
17
18
+install:
19
20
+ - "%PYTHON%\\python.exe -m pip install nose"
21
22
+build: off
23
24
+test_script:
25
26
+ - set PYTHONPATH=C:\projects\python-wordsegment
27
+ - "%PYTHON%\\python.exe -m nose"
0 commit comments