Skip to content

Commit a859577

Browse files
committed
update ci
1 parent b4bdc1c commit a859577

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def extra_args(self):
181181
package_data=package_data,
182182
zip_safe=False,
183183
install_requires=[
184-
'celery>=3.1.15,<4.0',
184+
'celery>=3.1.15,<4.5',
185185
'django>=1.8',
186186
],
187187
cmdclass={'test': RunTests,
@@ -205,7 +205,6 @@ def extra_args(self):
205205
'Programming Language :: Python :: 3.5',
206206
'Programming Language :: Python :: Implementation :: CPython',
207207
'Programming Language :: Python :: Implementation :: PyPy',
208-
'Programming Language :: Python :: Implementation :: Jython',
209208
],
210209
long_description=long_description,
211210
**extra

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27-django{1.8,1.9,1.10}, py35-django{1.8,1.9,1.10}, flake8
2+
envlist = py35-django{1.8,1.9,1.10}, flake8
33

44
[testenv]
55
sitepackages = False

0 commit comments

Comments
 (0)