.appveyor.yml: remove 'meta' environment, we don't have one
This commit is contained in:
parent
e04e84009e
commit
ab7ed694c7
|
@ -45,7 +45,7 @@ test_script:
|
||||||
# the interpreter you're using - Appveyor does not do anything special
|
# the interpreter you're using - Appveyor does not do anything special
|
||||||
# to put the Python evrsion you want to use on PATH.
|
# to put the Python evrsion you want to use on PATH.
|
||||||
- |
|
- |
|
||||||
misc\windows-build.cmd %PYTHON%\Scripts\tox.exe -e py,meta
|
misc\windows-build.cmd %PYTHON%\Scripts\tox.exe -e py
|
||||||
|
|
||||||
after_test:
|
after_test:
|
||||||
# This step builds your wheels.
|
# This step builds your wheels.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user