Don't test Django's master on python 2

Django 2.0 will be dropping support for python 2, so there's no point in
running the tests.
fix_request_path_info
Charlie Denton 2017-05-08 00:11:17 +01:00
parent 44d79b5a19
commit 007ba7a443
No known key found for this signature in database
GPG Key ID: 5BBA1783DA191613
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ matrix:
- python: "3.2"
env: TOXENV="djangodev"
- python: "2.7"
env: TOXENV="djangodev"
- python: "2.6"
env: TOXENV="django17"
- python: "2.6"