mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +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
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- 2.7
|
||||
- 3.3
|
||||
|
||||
env:
|
||||
- DJANGO=1.4
|
||||
|
@ -11,12 +11,14 @@ env:
|
|||
|
||||
matrix:
|
||||
exclude:
|
||||
- python: "3.3"
|
||||
- python: 3.3
|
||||
env: DJANGO=1.4
|
||||
- python: "3.3"
|
||||
- python: 3.3
|
||||
env: DJANGO=1.5
|
||||
|
||||
install:
|
||||
- "pip install coverage==3.7"
|
||||
- "pip install python-coveralls==2.4.0"
|
||||
- "pip install Django==$DJANGO"
|
||||
- "pip install -e ."
|
||||
|
||||
|
|
Loading…
Reference in a new issue