Skip to content

Commit 29ba932

Browse files
author
Ryan P Kilby
authored
Merge pull request #154 from rpkilby/py36
Add python 3.6 to build matrix
2 parents a064348 + ba6ec82 commit 29ba932

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- "3.3"
88
- "3.4"
99
- "3.5"
10+
- "3.6"
1011
env:
1112
- DJANGO="django>=1.10.0,<1.11.0" REST_FRAMEWORK="djangorestframework>=3.5,<3.6"
1213
- DJANGO="django>=1.9.0,<1.10.0" REST_FRAMEWORK="djangorestframework>=3.5,<3.6"

tests/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
'django.contrib.contenttypes',
2020
'django.contrib.staticfiles',
2121
'rest_framework',
22+
'django_filters',
2223
'tests.testapp',
2324
)
2425

0 commit comments

Comments
 (0)