mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-22 19:20:54 +00:00
Create .travis.yml
This commit is contained in:
parent
519a40d714
commit
48a7d5d9c3
1 changed files with 21 additions and 0 deletions
21
.travis.yml
Normal file
21
.travis.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.2
|
||||
- 3.3
|
||||
- 3.4
|
||||
- pypy
|
||||
|
||||
install:
|
||||
- pip install sqlalchemy
|
||||
- pip install nose-cov
|
||||
- pip install pam
|
||||
- pip install requests
|
||||
|
||||
script: nosetests
|
||||
|
||||
after_success: coveralls
|
||||
|
||||
sudo: false
|
Loading…
Add table
Add a link
Reference in a new issue