Skip to content

Commit

Permalink
Fix test for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed May 21, 2020
1 parent aee0bb5 commit 87690f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,14 @@ script:
#pip wheel . -v
cp *.whl ${TRAVIS_BUILD_DIR}/wheelhouse/
pip install scrypt*.whl -v
pytest
python setup.py test
elif [ "${USE_SDIST}" == "1" ]; then
python setup.py sdist
# Move out of source directory to avoid finding local scrypt
pushd dist
pip install scrypt* -v
popd
pytest
python setup.py test
else
#CFLAGS="--coverage" python setup.py build --build-lib build/lib/ --build-temp build/tmp/
python setup.py build
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ deploy:
auth_token:
secure: 0/vpfUG++7riJDu6Zc0smoTJJJm1t9/qiOzY/IR5vtaFNZNVYmRbEt8jS8LxpnFW
artifact: dist\*
force_update: true
draft: true
prerelease: true
#force_update: true
#draft: true
#prerelease: true
# description: "Python Wheels for py-scrypt"
tag: $(APPVEYOR_REPO_TAG_NAME) # will not work until tag is pushed
#tag: $(APPVEYOR_REPO_TAG_NAME) # will not work until tag is pushed
on:
# configuration: Release # Debug contains non-redist MS DLLs
APPVEYOR_REPO_TAG: true # deploy on tag push only
Expand Down

0 comments on commit 87690f4

Please sign in to comment.