Skip to content

Commit

Permalink
added pypi config; tweak travis
Browse files Browse the repository at this point in the history
  • Loading branch information
caleblareau committed Oct 14, 2016
1 parent 5688524 commit 7751c74
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .pypirc
@@ -0,0 +1,14 @@
[distutils]
index-servers =
pypi
pypitest

[pypi]
repository=https://pypi.python.org/pypi
username=caleblareau
password=Python123

[pypitest]
repository=https://testpypi.python.org/pypi
username=caleblareau
password=Python123
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,4 +23,4 @@ install:
- python setup.py install

script:
- cd test && py.test
- cd tests && py.test
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,2 +1,2 @@
[wheel]
universal = 1
[metadata]
description-file = README.md

0 comments on commit 7751c74

Please sign in to comment.