Skip to content

Commit

Permalink
Versão 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
allisson committed Apr 10, 2017
1 parent eb91197 commit 525190c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion cielo_webservice/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

__version__ = '1.0.5.dev0'
__version__ = '1.0.5'
__description__ = 'Biblioteca para trabalhar com a versão Webservice 1.5 da Cielo.'
__author__ = 'Allisson Azevedo'
__author_email__ = 'allisson@gmail.com'
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ envlist =
py27,
py33,
py34,
py35
py35,
py36

downloadcache = {envtmpdir}tox-downloadcache/

Expand Down Expand Up @@ -45,3 +46,7 @@ deps = {[base]deps}
[testenv:py35]
basepython = python3.5
deps = {[base]deps}

[testenv:py36]
basepython = python3.6
deps = {[base]deps}

0 comments on commit 525190c

Please sign in to comment.