Travis CI
This commit is contained in:
parent
8d46e504bf
commit
87e4c5643f
2 changed files with 11 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "pypy"
|
||||
install:
|
||||
- sudo apt-get install intltool desktop-file-utils
|
||||
- pip install coverage minimock
|
||||
- python tools/localdepends.py
|
||||
script:
|
||||
- make releasetest
|
1
README
1
README
|
@ -96,6 +96,7 @@
|
|||
|
||||
- python-minimock
|
||||
- python-coverage
|
||||
- desktop-file-utils
|
||||
|
||||
[ TESTING ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue