mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
No need to test against old django and python3 variants.
This commit is contained in:
parent
0f76cb944c
commit
598a8a5f6d
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- python: 3.3
|
- python: 3.3
|
||||||
env: DJANGO=1.4
|
env: DJANGO=1.4.10
|
||||||
- python: 3.3
|
- python: 3.3
|
||||||
env: DJANGO=1.5
|
env: DJANGO=1.5.5
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "pip install coverage==3.7"
|
- "pip install coverage==3.7"
|
||||||
|
|
Loading…
Reference in a new issue