File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,19 @@ def read(fname):
33
33
install_requires = [
34
34
'pytest>=3.6' ,
35
35
'pathlib;python_version<"3.4"' ,
36
- 'six' ,
37
36
],
38
37
extras_require = {
39
38
'docs' : [
40
39
'sphinx' ,
41
40
'sphinx_rtd_theme' ,
42
- ]
41
+ ],
42
+ 'testing' : [
43
+ 'pytest>=3.6' ,
44
+ 'Django' ,
45
+ 'django-configurations==2.0' ,
46
+ 'pytest-xdist==1.15' ,
47
+ 'six' ,
48
+ ],
43
49
},
44
50
classifiers = ['Development Status :: 5 - Production/Stable' ,
45
51
'Framework :: Django' ,
Original file line number Diff line number Diff line change @@ -7,10 +7,8 @@ envlist =
7
7
- py{36,py27}-checkqa
8
8
9
9
[testenv]
10
+ extras = testing
10
11
deps =
11
- pytest>=3.6
12
- django-configurations ==2.0
13
- pytest-xdist ==1.15
14
12
{env:_PYTESTDJANGO_TOX_EXTRA_DEPS:}
15
13
16
14
djmaster: https://github.com/django/django/archive/master.tar.gz
You can’t perform that action at this time.
0 commit comments