[appveyor] twine?

This commit is contained in:
mzwiessele 2016-07-30 09:32:52 +01:00
parent d710b6f9db
commit bb1a1eba50

View file

@ -40,12 +40,12 @@ test_script:
# the interpreter you're using - Appveyor does not do anything special
# to put the Python evrsion you want to use on PATH.
#- "build.cmd %PYTHON%\\python.exe setup.py test"
- "coverage run travis_tests.py"
#- "coverage run travis_tests.py"
after_test:
# This step builds your wheels.
- "python setup.py bdist_wheel bdist_wininst"
- codecov
#- codecov
artifacts:
# bdist_wheel puts your built wheel in the dist directory