mirror of https://github.com/docker/compose.git
Add setup.py install to travis.yml
This commit is contained in:
parent
4e426e77fa
commit
e116e7db99
|
@ -4,6 +4,8 @@ python:
|
|||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
install: pip install nose==1.3.0
|
||||
install:
|
||||
- python setup.py install
|
||||
- pip install nose==1.3.0
|
||||
script: nosetests
|
||||
|
||||
|
|
Loading…
Reference in New Issue