Skip to content

Commit 635fa83

Browse files
authored
update django versions, bump to 0.1.8 (#45)
1 parent d6e8a6e commit 635fa83

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ python:
33
- "2.7"
44
- "3.4"
55
- "3.5"
6+
- "3.6"
67
env:
7-
- DJANGO=1.8
8-
- DJANGO=1.9
9-
- DJANGO=1.10
8+
- DJANGO=1.11
9+
- DJANGO=2.0
10+
matrix:
11+
exclude:
12+
- python: "2.7"
13+
env: DJANGO=2.0
1014
install:
1115
- pip install -q Django==$DJANGO
1216
- pip install coverage

django_seed/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import random
33

44

5-
__version__ = '0.1.7'
5+
__version__ = '0.1.8'
66

77

88
class Seed(object):

0 commit comments

Comments
 (0)