adds python 3.5 for testing

This commit is contained in:
Ilan Steemers
2015-09-19 15:09:19 +02:00
parent 370ffd4061
commit 754fb1ad19
7 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ services:
python:
- "2.7"
- "3.4"
- "3.5"
env:
- DJANGO=1.8.4
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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>`__
+2
View File
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
+1 -1
View File
@@ -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',
]