Skip to content

Commit

Permalink
don't build eggs, build on os x, py 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed May 24, 2016
1 parent 345f9ce commit 50f1152
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -17,6 +17,9 @@ matrix:
- os: osx
language: generic
env: TERRYFY_PYTHON='homebrew 2'
- os: osx
language: generic
env: TERRYFY_PYTHON='macpython 3.4'
- os: osx
language: generic
env: TERRYFY_PYTHON='homebrew 3'
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -35,6 +35,6 @@ deploy_script:
- echo password=%password% >> %USERPROFILE%\\.pypirc
- set HOME=%USERPROFILE%
- pip install wheel twine
- ps: if($env:APPVEYOR_REPO_TAG -eq $TRUE) { python -W ignore setup.py bdist_wheel bdist_egg; twine upload dist/* }
- ps: if($env:APPVEYOR_REPO_TAG -eq $TRUE) { python -W ignore setup.py bdist_wheel; twine upload dist/* }

deploy : on

0 comments on commit 50f1152

Please sign in to comment.