summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-11-23 13:27:08 -0800
committerBob Ippolito <bob@redivi.com>2017-11-23 13:27:08 -0800
commitdb043ca417f328f3bfc1ce36ab0ea8bab9f257c5 (patch)
treeb8eefa34461ef09d97de94d611b8517925a58dff
parent83c36e41df1f3187e7aaabd88453f2f03c1b803b (diff)
downloadsimplejson-db043ca417f328f3bfc1ce36ab0ea8bab9f257c5.tar.gz
update appveyor config
-rw-r--r--appveyor.yml5
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