diff options
author | Bob Ippolito <bob@redivi.com> | 2017-11-23 13:27:08 -0800 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2017-11-23 13:27:08 -0800 |
commit | db043ca417f328f3bfc1ce36ab0ea8bab9f257c5 (patch) | |
tree | b8eefa34461ef09d97de94d611b8517925a58dff | |
parent | 83c36e41df1f3187e7aaabd88453f2f03c1b803b (diff) | |
download | simplejson-db043ca417f328f3bfc1ce36ab0ea8bab9f257c5.tar.gz |
update appveyor config
-rw-r--r-- | appveyor.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 532c22b..6b3c2d4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -58,10 +58,13 @@ install: build: off test_script: + - "%WITH_COMPILER% %PYTHON%/python setup.py build_ext -i" + - "%WITH_COMPILER% %PYTHON%/python setup.py test" - "%WITH_COMPILER% %PYTHON%/python setup.py bdist_wheel bdist_wininst" artifacts: - - path: dist\* + - path: dist\*.exe + - path: dist\*.whl #on_success: # - TODO: upload the content of dist/*.whl to a public wheelhouse |