mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +11:00
Added missing travis dependencies.
This commit is contained in:
parent
b09bc89f76
commit
f45381223f
1 changed files with 6 additions and 4 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,8 +1,8 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- 2.7
|
||||||
- "3.3"
|
- 3.3
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.4
|
- DJANGO=1.4
|
||||||
|
@ -11,12 +11,14 @@ env:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- python: "3.3"
|
- python: 3.3
|
||||||
env: DJANGO=1.4
|
env: DJANGO=1.4
|
||||||
- python: "3.3"
|
- python: 3.3
|
||||||
env: DJANGO=1.5
|
env: DJANGO=1.5
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- "pip install coverage==3.7"
|
||||||
|
- "pip install python-coveralls==2.4.0"
|
||||||
- "pip install Django==$DJANGO"
|
- "pip install Django==$DJANGO"
|
||||||
- "pip install -e ."
|
- "pip install -e ."
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue