Skip to content

Commit

Permalink
update django versions, bump to 0.1.8 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brobin authored Jan 15, 2018
1 parent d6e8a6e commit 635fa83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
env:
- DJANGO=1.8
- DJANGO=1.9
- DJANGO=1.10
- DJANGO=1.11
- DJANGO=2.0
matrix:
exclude:
- python: "2.7"
env: DJANGO=2.0
install:
- pip install -q Django==$DJANGO
- pip install coverage
Expand Down
2 changes: 1 addition & 1 deletion django_seed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import random


__version__ = '0.1.7'
__version__ = '0.1.8'


class Seed(object):
Expand Down

0 comments on commit 635fa83

Please sign in to comment.