mirror of https://github.com/docker/compose.git
Add .travis.yml
This commit is contained in:
parent
ed1918ef09
commit
f80ccab9d6
|
@ -0,0 +1,9 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
install: pip install nose==1.3.0
|
||||
script: nosetests
|
||||
|
Loading…
Reference in New Issue