File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ install:
11
11
pip install -e .[test]
12
12
pip install psycopg2 # Required for Django postgres fields testing
13
13
pip install django==$DJANGO_VERSION
14
- if (($(echo "$DJANGO_VERSION <= 1.9" | bc -l))); then # DRF dropped 1.8 and 1.9 support at 3.7.0
15
- pip install djangorestframework==3.6.4
16
- fi
17
14
python setup.py develop
18
15
elif [ "$TEST_TYPE" = lint ]; then
19
16
pip install flake8
@@ -44,13 +41,11 @@ matrix:
44
41
env : TEST_TYPE=build DJANGO_VERSION=2.0
45
42
- python : ' 3.6'
46
43
env : TEST_TYPE=build DJANGO_VERSION=2.0
47
- - python : ' 2.7'
48
- env : TEST_TYPE=build DJANGO_VERSION=1.8
49
- - python : ' 2.7'
50
- env : TEST_TYPE=build DJANGO_VERSION=1.9
51
- - python : ' 2.7'
52
- env : TEST_TYPE=build DJANGO_VERSION=1.10
53
- - python : ' 2.7'
44
+ - python : ' 3.5'
45
+ env : TEST_TYPE=build DJANGO_VERSION=2.1
46
+ - python : ' 3.6'
47
+ env : TEST_TYPE=build DJANGO_VERSION=2.1
48
+ - python : ' 3.6'
54
49
env : TEST_TYPE=lint
55
50
deploy :
56
51
provider : pypi
Original file line number Diff line number Diff line change 19
19
"coveralls" ,
20
20
"mock" ,
21
21
"pytz" ,
22
- "django-filter>=2" ,
22
+ "django-filter<2;python_version<'3'" ,
23
+ "django-filter>=2;python_version>='3'" ,
23
24
"pytest-django>=3.3.2" ,
24
25
] + rest_framework_require
25
26
39
40
"Programming Language :: Python :: 2" ,
40
41
"Programming Language :: Python :: 2.7" ,
41
42
"Programming Language :: Python :: 3" ,
42
- "Programming Language :: Python :: 3.3" ,
43
43
"Programming Language :: Python :: 3.4" ,
44
44
"Programming Language :: Python :: 3.5" ,
45
+ "Programming Language :: Python :: 3.6" ,
45
46
"Programming Language :: Python :: Implementation :: PyPy" ,
46
47
],
47
48
keywords = "api graphql protocol rest relay graphene" ,
You can’t perform that action at this time.
0 commit comments