Skip to content

Commit

Permalink
Bump version and update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
odero committed May 3, 2016
1 parent 6e76315 commit 812d0c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ python:
- "3.3"
- "3.4"

# set sudo: false to use new container-based infra on travis-ci.com
sudo: false

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements-test.txt

Expand Down
2 changes: 1 addition & 1 deletion django_pesapal/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.0.2'

0 comments on commit 812d0c5

Please sign in to comment.