Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Release 0.0.13 trying to get travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
kmac committed Jul 29, 2019
1 parent 1bc0fbe commit 6a68220
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
29 changes: 18 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
language: python
python:
- 3.5
- 3.6
- 3.5
- 3.6
install:
- pip install .
- pip install .
script:
- pytest
deploy:
provider: pypi
user: kmac
password:
secure: Y+WiGboU/ZWeh66NMOX2ZAXFbqGldg9gmkEaPBlPF+UuUsR5S3q7WSuG611xNvC5C8huOSp+U//wBLcxjvIpreNdbM8nuo1/+xzGDruJA8uQo3a71UtZpcS/shOiE18b91rn4+lqsB4wEELg2vlgILDnuNthHsL25CAGBauHQQnpJqbLd4lqf/wtD+L7wA3WdNClsibAM4IDXRx7t7qZ0GCB2Nqod+eToKr3FyAUYXK6PDSxF0FSFNP8aiEd8eYE14D4TQnE0yYotE4792x5LV0/+8XcI+8sNpN9ay+OVEIbpJ3kuiMDkUw14USeK7buKZeLAYGJp41+nTt1X/ty/fMnwVxs15cqpczteQeOuFVTL2dh8K/JpUSluHmT68de0C0idpaJjQYuHyjWB4EoHzilhKNGdYL6czbgticEaOfIjGyOgZCwBzaKkuwOIA5hlEaNgZh8LphHJc6wTfzeBao0jG7rP+WdpnqFHm/pxtZjISRw7lQrt3fg1phCgaL6gnV7LWbXKj/QQ54cW3JKyN2X+Rg+pnLmZA0Ez202W8LYxQKu0AFzRiuV2q5Wa+eUxRgQgLiLEYSiG+CDZehsEyVPjKPvWK5DI+I938EuyKv1K/iLsczYS64+HzkoTsTyV1MCqBqjCQ6Ul7nf5JhD891nRM61g5jYsE5S5wxkHVU=
on:
tags: true
- pytest
matrix:
include:
- stage: test
python: 3.5
- stage: test
python: 3.6
- stage: deploy
deploy:
provider: pypi
user: kmac
password:
secure: Y+WiGboU/ZWeh66NMOX2ZAXFbqGldg9gmkEaPBlPF+UuUsR5S3q7WSuG611xNvC5C8huOSp+U//wBLcxjvIpreNdbM8nuo1/+xzGDruJA8uQo3a71UtZpcS/shOiE18b91rn4+lqsB4wEELg2vlgILDnuNthHsL25CAGBauHQQnpJqbLd4lqf/wtD+L7wA3WdNClsibAM4IDXRx7t7qZ0GCB2Nqod+eToKr3FyAUYXK6PDSxF0FSFNP8aiEd8eYE14D4TQnE0yYotE4792x5LV0/+8XcI+8sNpN9ay+OVEIbpJ3kuiMDkUw14USeK7buKZeLAYGJp41+nTt1X/ty/fMnwVxs15cqpczteQeOuFVTL2dh8K/JpUSluHmT68de0C0idpaJjQYuHyjWB4EoHzilhKNGdYL6czbgticEaOfIjGyOgZCwBzaKkuwOIA5hlEaNgZh8LphHJc6wTfzeBao0jG7rP+WdpnqFHm/pxtZjISRw7lQrt3fg1phCgaL6gnV7LWbXKj/QQ54cW3JKyN2X+Rg+pnLmZA0Ez202W8LYxQKu0AFzRiuV2q5Wa+eUxRgQgLiLEYSiG+CDZehsEyVPjKPvWK5DI+I938EuyKv1K/iLsczYS64+HzkoTsTyV1MCqBqjCQ6Ul7nf5JhD891nRM61g5jYsE5S5wxkHVU=
on:
tags: true
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='mlbv',
version='0.0.12',
version='0.0.13',
packages=['mlbam', 'mlbam.common'],
url='https://github.com/kmac/mlbv',
description="Command-line interface to MLB game information, game schedule and scores",
Expand Down

0 comments on commit 6a68220

Please sign in to comment.