Skip to content

Commit 3eaba90

Browse files
more
1 parent 510a530 commit 3eaba90

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ python:
44
- "2.7"
55
- "3.4"
66
- "3.5"
7+
- "3.6"
8+
- "3.7"
79
- "pypy"
810
env:
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

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
)

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ deps = {[testenv]deps110}
9595
basepython = pypy
9696
deps = {[testenv]deps111}
9797

98-
[testenv:pypy-2.2.x]
99-
basepython = pypy
100-
deps = {[testenv]deps22}
101-
10298
[docs]
10399
commands =
104100
pip install -e {toxinidir}

0 commit comments

Comments
 (0)