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.
This commit is contained in:
Charlie Denton
2017-05-08 00:11:17 +01:00
parent 44d79b5a19
commit 007ba7a443
+3
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"