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 4322dbb commit bdc4348Copy full SHA for bdc4348
appveyor.yml
@@ -19,7 +19,7 @@ environment:
19
20
install:
21
# We need wheel installed to build wheels
22
- - "%PYTHON%\\python.exe -m pip install wheel tox"
+ - "%PYTHON%\\python.exe setup.py install"
23
24
build: off
25
@@ -31,7 +31,7 @@ test_script:
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.
34
- - "%PYTHON%\\python.exe -m tox"
+ - "%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
0 commit comments