File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ language: python
2
2
3
3
python :
4
4
- " 2.7"
5
- - " 3.3"
6
5
- " 3.4"
6
+ - " 3.5"
7
7
8
8
install :
9
9
- pip install coverage coveralls
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class BootstrapTemplateTagTests(TestCase):
38
38
maxDiff = None
39
39
40
40
def setUp (self ):
41
- call_command ('syncdb ' , interactive = False )
41
+ call_command ('migrate ' , interactive = False )
42
42
43
43
def test_basic_form (self ):
44
44
form = ExampleForm ()
Original file line number Diff line number Diff line change 13
13
"Programming Language :: Python :: 2" ,
14
14
"Programming Language :: Python :: 2.7" ,
15
15
"Programming Language :: Python :: 3" ,
16
- "Programming Language :: Python :: 3.3" ,
17
16
"Programming Language :: Python :: 3.4" ,
17
+ "Programming Language :: Python :: 3.5" ,
18
18
],
19
19
keywords = 'bootstrap,django' ,
20
20
author = 'tzangms' ,
You can’t perform that action at this time.
0 commit comments