Skip to content

Commit

Permalink
Add PyPI deployment, remove explicit py3 support (io.StringIO and io.…
Browse files Browse the repository at this point in the history
…BytesIO are killing me)
  • Loading branch information
Aaron Virshup authored and Aaron Virshup committed Apr 1, 2017
1 parent eba63f8 commit 70c7ea7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
language: python

python:
- "2.7"
- "3.5"
- '2.7'

sudo: required

services:
- docker
- docker

before_install:
- pip install pytest
- pip install pytest

install:
- pip install .

- pip install .
script: cd test && py.test

deploy:
provider: pypi
user: avirshup
password:
secure: TYbx42AboT7VtAy+YCbmRkEraJhkDYMX4uQeEjZe+JNqsdFQ+4YWkEjkTCiMg2GO944W75NqBe3Cq6+UN3GYscM6QSZ/N+A/ME0V4JnC/N6AVPo0M+ns0lvBKm34dsafjWozf0J5Jwt5pK8UBByR6fEru5SvZej2IAow2cZzJRATFpq5YbVBuS77zDOZKk3526xzqGq1U/Ay/e/ar/ZTVTkdY78PDC3pLSs6aie+LtJJee80czUkMTXK8CTQz3g1ni37tNVhYWKdZjAdnfSbJWP8BB/SDW+/TBaKAHBhmTRbFWhiPJKvhFmqSt7JG7Nzu0zWqqh+blgXiQjseWmJB7hbPvr4g7lIHtUYdjTPPvQXYRt+6TNAm6N0Lx/gMPLnfN9t1VKv9ZAtgM8jKLoY+jBmpmZyx5QeO+clsLOqCh+wkeJUULtHJWeSQ6mz5PlgDgVu3gx6/d21uR1I7bHbohZAQ707J1bDhzjsolbQ+NzyMYlVuEoJs0NVnGTVR7q5NzjGSgYODFdbf1QZXeB/KeZmjskAzmNsUe1sGQsPIA4KtLS+PAYDdCJiH1i54/yaXF7Uj4g+vpdrOMKaVyEdtaS8yeiAcH18tDIqPwkWCFxboLcSreV4FcTrBocwUwbJhznC5vq2YgOKUf8DVtv+YeC4KcTLUufm0ybd24rbvW0=
on:
tags: true
repo: avirshup/DockerMake
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
author='Aaron Virshup',
author_email='[email protected]',
description='Build manager for docker images',
url="https://github.com/avirshup/dockermake",
entry_points={
'console_scripts': [
'docker-make = dockermake.__main__:main'
Expand Down

0 comments on commit 70c7ea7

Please sign in to comment.