No need to test against old django and python3 variants.

This commit is contained in:
Martin Mahner 2013-11-26 11:10:11 +01:00
parent 0f76cb944c
commit 598a8a5f6d

View file

@ -12,9 +12,9 @@ env:
matrix:
exclude:
- python: 3.3
env: DJANGO=1.4
env: DJANGO=1.4.10
- python: 3.3
env: DJANGO=1.5
env: DJANGO=1.5.5
install:
- "pip install coverage==3.7"