mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-25 02:23:44 +03:00
add .travis.yml
This commit is contained in:
parent
2bde528074
commit
9289f13507
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
env:
|
||||
- DJANGO=1.5.7
|
||||
- DJANGO=1.6.4
|
||||
install:
|
||||
- pip install -q Django==$DJANGO --use-mirrors
|
||||
script:
|
||||
- python setup.py test
|
Loading…
Reference in New Issue
Block a user