Skip to content

Commit

Permalink
travis deploy: PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Dec 7, 2017
1 parent c04e0d4 commit 5929dfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ before_install:

script:
- python -m benchpress.testing

deploy:
provider: pypi
user: $TWINE_USERNAME
password: $TWINE_PASSWORD
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ def find_data_files(relative_to, directory, regex_exclude="\.pyc|{0}bin{0}|{0}ob
setup(
name='benchpress',

# WE use the SemVer versioning <http://semver.org/>
setup_requires=['setuptools_scm'],
use_scm_version=True,
use_scm_version={'version_scheme': 'post-release', 'local_scheme': lambda x: ''},

description='Benchmark suite tool',
long_description=long_description,
Expand Down

0 comments on commit 5929dfd

Please sign in to comment.