mirror of
https://github.com/docker/compose.git
synced 2025-07-24 06:04:57 +02:00
Add setup.py install to travis.yml
This commit is contained in:
parent
4e426e77fa
commit
e116e7db99
@ -4,6 +4,8 @@ python:
|
|||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.2"
|
- "3.2"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
install: pip install nose==1.3.0
|
install:
|
||||||
|
- python setup.py install
|
||||||
|
- pip install nose==1.3.0
|
||||||
script: nosetests
|
script: nosetests
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user