mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-23 01:26:39 +03:00
added python3 and django 1.7.1 support in travis.yml
This commit is contained in:
parent
be6b65dc55
commit
a47083824d
|
@ -2,14 +2,16 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
- "3.3"
|
||||||
|
- "3.4"
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.5.10
|
- DJANGO=1.5.10
|
||||||
- DJANGO=1.6.7
|
- DJANGO=1.6.7
|
||||||
- DJANGO=1.7
|
- DJANGO=1.7.1
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- python: "2.6"
|
- python: "2.6"
|
||||||
env: DJANGO=1.7
|
env: DJANGO=1.7.1
|
||||||
install:
|
install:
|
||||||
- pip install -q Django==$DJANGO --use-mirrors
|
- pip install -q Django==$DJANGO --use-mirrors
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
|
Loading…
Reference in New Issue
Block a user