mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-26 02:53:46 +03:00
update travis config
This commit is contained in:
parent
51c7e78c45
commit
8a6e13c1fe
12
.travis.yml
12
.travis.yml
|
@ -1,20 +1,9 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.6"
|
|
||||||
- "2.7"
|
- "2.7"
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.5.12
|
|
||||||
- DJANGO=1.6.11
|
|
||||||
- DJANGO=1.7.7
|
- DJANGO=1.7.7
|
||||||
- DJANGO=1.8
|
- DJANGO=1.8
|
||||||
matrix:
|
|
||||||
exclude:
|
|
||||||
- python: "2.6"
|
|
||||||
env: DJANGO=1.5.12
|
|
||||||
- python: "2.6"
|
|
||||||
env: DJANGO=1.7.7
|
|
||||||
- python: "2.6"
|
|
||||||
env: DJANGO=1.8
|
|
||||||
install:
|
install:
|
||||||
- pip install -q Django==$DJANGO --use-mirrors
|
- pip install -q Django==$DJANGO --use-mirrors
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
@ -25,4 +14,3 @@ after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
before_script:
|
before_script:
|
||||||
- flake8 . --config=flake8
|
- flake8 . --config=flake8
|
||||||
cache: false
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user