File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed
Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -19,30 +19,10 @@ environment:
1919
2020install :
2121 # We need wheel installed to build wheels
22+ - " %PYTHON%\\ python.exe -p pip install nose"
2223 - " %PYTHON%\\ python.exe setup.py install"
2324
2425build : off
2526
2627test_script :
27- # Put your test command here.
28- # If you don't need to build C extensions on 64-bit Python 3.3 or 3.4,
29- # you can remove "build.cmd" from the front of the command, as it's
30- # only needed to support those cases.
31- # Note that you must use the environment variable %PYTHON% to refer to
32- # the interpreter you're using - Appveyor does not do anything special
33- # to put the Python version you want to use on PATH.
3428 - " %PYTHON%\\ python.exe -m nosetests tests"
35- # after_test:
36- # This step builds your wheels.
37- # Again, you only need build.cmd if you're building C extensions for
38- # 64-bit Python 3.3/3.4. And you need to use %PYTHON% to get the correct
39- # interpreter
40- # - "build.cmd %PYTHON%\\python.exe setup.py bdist_wheel"
41-
42- # artifacts:
43- # bdist_wheel puts your built wheel in the dist directory
44- # - path: dist\*
45- # on_success:
46- # You can use this step to upload your artifacts to a public website.
47- # See Appveyor's documentation for more details. Or you can simply
48- # access your wheels from the Appveyor "artifacts" tab for your build.
You can’t perform that action at this time.
0 commit comments