Skip to content

Commit

Permalink
Also build wheels for test PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim committed Jun 23, 2017
1 parent 1aa0cbe commit ecfc6b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ deploy:

# test pypi
- provider: pypi
distributions: sdist
# this line together with `setup.cfg` creates universal wheels as long as
# osfclient is a python only module (no compiled code)
distributions: sdist bdist_wheel
server: https://testpypi.python.org/pypi
user: "jackrabbit"
password:
Expand Down

0 comments on commit ecfc6b5

Please sign in to comment.