mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-25 01:28:12 +08:00
adds python 3.5 for testing
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ services:
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
|
||||
env:
|
||||
- DJANGO=1.8.4
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ Requirements
|
||||
- `Arrow <https://github.com/crsmithdev/arrow>`__
|
||||
- `Blessed <https://github.com/jquast/blessed>`__
|
||||
|
||||
Tested with: Python 2.7 & 3.4. Django 1.7.10 & 1.8.4
|
||||
Tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.4
|
||||
|
||||
Brokers
|
||||
~~~~~~~
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@ extensions = [
|
||||
# 'sphinx.ext.autodoc'
|
||||
]
|
||||
|
||||
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
|
||||
intersphinx_mapping = {'python': ('https://docs.python.org/3.5', None),
|
||||
'django': ('https://docs.djangoproject.com/en/1.8/',
|
||||
'https://docs.djangoproject.com/en/1.8//_objects/')}
|
||||
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ Features
|
||||
- Python 2 and 3
|
||||
|
||||
|
||||
Django Q is tested with: Python 2.7 & 3.4. Django 1.7.10 & 1.8.4
|
||||
Django Q is tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.4
|
||||
|
||||
Contents:
|
||||
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ Installation
|
||||
Requirements
|
||||
------------
|
||||
|
||||
Django Q is tested for Python 2.7 and 3.4
|
||||
Django Q is tested for Python 2.7 and 3.5
|
||||
|
||||
- `Django <https://www.djangoproject.com>`__
|
||||
|
||||
|
||||
@@ -51,8 +51,8 @@ setup(
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user