Merge pull request #285 from meshy/test-matrix
Don't test Django's master on python 2fix_request_path_info
commit
d4fde82600
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue