mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-25 08:33:22 +03:00
Add support of Travis CI continuous integration service
This commit is contained in:
parent
f693e43b0a
commit
769a0c40c5
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.5"
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
|
||||
script: python setup.py install
|
Loading…
Reference in New Issue
Block a user