Skip to content

Commit bdc4348

Browse files
committed
no tox
1 parent 4322dbb commit bdc4348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ environment:
1919

2020
install:
2121
# We need wheel installed to build wheels
22-
- "%PYTHON%\\python.exe -m pip install wheel tox"
22+
- "%PYTHON%\\python.exe setup.py install"
2323

2424
build: off
2525

@@ -31,7 +31,7 @@ test_script:
3131
# Note that you must use the environment variable %PYTHON% to refer to
3232
# the interpreter you're using - Appveyor does not do anything special
3333
# to put the Python version you want to use on PATH.
34-
- "%PYTHON%\\python.exe -m tox"
34+
- "%PYTHON%\\python.exe -m nosetests tests"
3535
#after_test:
3636
# This step builds your wheels.
3737
# Again, you only need build.cmd if you're building C extensions for

0 commit comments

Comments
 (0)