Skip to content

Commit

Permalink
Try Travis to publish to Pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrelioxGitHub committed Apr 5, 2018
1 parent e0c14bf commit 3e67410
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
python:
- '3.3'
- '3.4'
- '3.5'
- '3.6'
install: pip install -r requirements.txt
deploy:
provider: pypi
user: hydreliox
password:
secure: 3d4Wn2e9UL5ryuFYh8JxZMSaxc2pHPWt9W5QUv18yW/bNLETLOu8YM3gc0jDXfFpJK8xRNi0ML3Fq2vsSsTywP3iKZ2HQUNte0txqoKJmqdHYWZa3jp26dGiLQTAQkErenxCBMGDuO2+Elxs8yu13A4R7G+KL6ZVfwAg+WUBqf86+TliWOn+GdrHbgM5mmmPTwRzBsY8Z1ePKhaK4DQ7B3qhyLSAvAOx5vgL8k+PaFKH4+bAoNrXDMrMbgIUJVjIflQDNLP9Ho+w23+TiwWXEQ+caxyxxU6tSVQfsvSktf+RRqkHHMZeIhr4WyBJO8PI8ZHSyARHwy20ILVcJPmInnPeduZEaqQDCM2Tf2CLo6mTzie1tEsSuhD46MzSQC0DZHrL87D30Kh1oqXkmkE0erCNGpqb2MHxO1y4twTXJAGWjo/fvZaFtjWo9YfTWUGAgp1M7VoKYDQeKJvvyYI8DaWfRAsRSR44xUOlEVyz24RDnobh+6HUrJpkm0DcvXreL4EfqVp7MIu/ZMKX6eZktR4+C1hc4CiilMQK11FXaYFFRt8d5jy3JMMTg3z9AQrZTGARZ54e5hIhhub6KoJGGhT5abwEUN5h30seZvvKKPIl1yVG9IOtjDHwHi6OlZauZjjx2/G2HL2+aHkxTVYXoIA/Xq6CdNQzwD/nS9fYxWo=
on:
tags: true
branch: master
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name='pyAlfawise',
packages=['pyAlfawise'], # this must be the same as the name above
install_requires=['socket', 'voluptuous'],
version='0.1-beta',
version='0.2-beta',
description='a simple python3 library for the Alfawise Humidifier',
author='Hydreliox',
author_email='[email protected]',
Expand Down

0 comments on commit 3e67410

Please sign in to comment.