Skip to content

Commit

Permalink
comment out travis tests and update the version
Browse files Browse the repository at this point in the history
  • Loading branch information
rossdargan committed Jan 7, 2021
1 parent a338683 commit ef7b975
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ python:
install:
- pip install -r requirements.txt
# command to run tests
script:
- pytest
#script:
# - pytest
deploy:
provider: pypi
username: __token__
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ def readme():
setup(
name = 'layz_spa',
packages = ['layz_spa'],
version = '0.3',
version = '0.4',
license='MIT',
description = 'An API to control wifi based lay-z spas',
long_description=readme(),
long_description_content_type='text/markdown',
author = 'Ross Dargan',
author_email = '[email protected]',
url = 'https://github.com/rossdargan/',
download_url = 'https://github.com/rossdargan/layz-spa-api/archive/0.3.tar.gz',
download_url = 'https://github.com/rossdargan/layz-spa-api/archive/0.4.tar.gz',
keywords = ['Lazy Spa', 'Layz Spa', 'Lay-z spa'],
install_requires=[
'aiohttp'
Expand Down

0 comments on commit ef7b975

Please sign in to comment.