We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e8a6e commit 635fa83Copy full SHA for 635fa83
.travis.yml
@@ -3,10 +3,14 @@ python:
3
- "2.7"
4
- "3.4"
5
- "3.5"
6
+ - "3.6"
7
env:
- - DJANGO=1.8
8
- - DJANGO=1.9
9
- - DJANGO=1.10
+ - DJANGO=1.11
+ - DJANGO=2.0
10
+matrix:
11
+ exclude:
12
+ - python: "2.7"
13
+ env: DJANGO=2.0
14
install:
15
- pip install -q Django==$DJANGO
16
- pip install coverage
django_seed/__init__.py
@@ -2,7 +2,7 @@
2
import random
-__version__ = '0.1.7'
+__version__ = '0.1.8'
class Seed(object):
0 commit comments