Merge pull request #285 from meshy/test-matrix

Don't test Django's master on python 2
This commit is contained in:
Diederik van der Boor
2017-05-08 10:21:44 +02:00
committed by GitHub
+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"