File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 44 - " 2.7"
55 - " 3.4"
66 - " 3.5"
7+ - " 3.6"
8+ - " 3.7"
79 - " pypy"
810env :
911 - DJANGO_VERSION=master
@@ -20,14 +22,15 @@ matrix:
2022 exclude :
2123 - python : " 2.7"
2224 env : DJANGO_VERSION=master
23- - python : " pypy"
24- env : DJANGO_VERSION=master
2525 - python : " 2.7"
2626 env : DJANGO_VERSION=2.2.x
27+ - python : " 3.4"
28+ env : DJANGO_VERSION=master
2729 - python : " 3.4"
2830 env : DJANGO_VERSION=2.2.x
29- - python : " pypy"
30- env : DJANGO_VERSION=2.2.x
31- include :
3231 - python : " 3.5"
32+ env : DJANGO_VERSION=master
33+ - python : " pypy"
3334 env : DJANGO_VERSION=2.2.x
35+ - python : " pypy"
36+ env : DJANGO_VERSION=master
Original file line number Diff line number Diff line change @@ -83,5 +83,8 @@ def read(*parts):
8383 'Programming Language :: Python :: 3' ,
8484 'Programming Language :: Python :: 3.3' ,
8585 'Programming Language :: Python :: 3.4' ,
86+ 'Programming Language :: Python :: 3.5' ,
87+ 'Programming Language :: Python :: 3.6' ,
88+ 'Programming Language :: Python :: 3.7' ,
8689 ],
8790)
Original file line number Diff line number Diff line change @@ -95,10 +95,6 @@ deps = {[testenv]deps110}
9595basepython = pypy
9696deps = {[testenv]deps111}
9797
98- [testenv:pypy-2.2.x]
99- basepython = pypy
100- deps = {[testenv]deps22}
101-
10298[docs]
10399commands =
104100 pip install -e {toxinidir}
You can’t perform that action at this time.
0 commit comments