Skip to content

Commit

Permalink
fix tests, new version -> pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaaro committed Sep 23, 2014
1 parent 892093c commit cce8810
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ env:
- DJANGO=1.5
- DJANGO=1.6
- DJANGO=1.7
allow_failures:
- python: "3.2"
- python: "3.3"
- python: "3.4"
matrix:
exclude:
- python: "3.2"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='jsonate',
version='0.3.1',
version='0.3.2',

author='James Robert',
author_email='[email protected]',
Expand Down

0 comments on commit cce8810

Please sign in to comment.