Skip to content

Commit

Permalink
try some more deployment stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nihlaeth committed Feb 25, 2017
1 parent c0d577e commit 3bce389
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
sudo: required
python:
- '2.7'
- '3.3'
Expand Down
5 changes: 5 additions & 0 deletions scripts/pypi_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ set -e
set +x # double-check that x is unset
python setup.py sdist bdist_wheel --universal
cat > ~/.pypirc << _EOF_
[distutils]
index-servers=
pypi
testpypi
[testpypi]
repository = https://testpypi.python.org/pypi
username = ${TWINE_USERNAME}
Expand Down

0 comments on commit 3bce389

Please sign in to comment.