Merge pull request #75 from nikolas/py35
enable automated testing on python 3.5
This commit is contained in:
commit
9755e29923
@ -2,8 +2,8 @@ language: python
|
|||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.3"
|
|
||||||
- "3.4"
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install coverage coveralls
|
- pip install coverage coveralls
|
||||||
|
@ -38,7 +38,7 @@ class BootstrapTemplateTagTests(TestCase):
|
|||||||
maxDiff = None
|
maxDiff = None
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
call_command('syncdb', interactive=False)
|
call_command('migrate', interactive=False)
|
||||||
|
|
||||||
def test_basic_form(self):
|
def test_basic_form(self):
|
||||||
form = ExampleForm()
|
form = ExampleForm()
|
||||||
|
2
setup.py
2
setup.py
@ -13,8 +13,8 @@ setup(
|
|||||||
"Programming Language :: Python :: 2",
|
"Programming Language :: Python :: 2",
|
||||||
"Programming Language :: Python :: 2.7",
|
"Programming Language :: Python :: 2.7",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.3",
|
|
||||||
"Programming Language :: Python :: 3.4",
|
"Programming Language :: Python :: 3.4",
|
||||||
|
"Programming Language :: Python :: 3.5",
|
||||||
],
|
],
|
||||||
keywords='bootstrap,django',
|
keywords='bootstrap,django',
|
||||||
author='tzangms',
|
author='tzangms',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user