Run setup.py install before running tests
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
3226ecc33f
commit
17c8ecd332
@ -6,7 +6,9 @@ python:
|
||||
- "3.3"
|
||||
- "2.6"
|
||||
# command to install dependencies
|
||||
install: "pip install -r requirements.txt --use-mirrors"
|
||||
install:
|
||||
- pip install -r requirements.txt --use-mirrors
|
||||
- python setup.py -q install
|
||||
# # command to run tests
|
||||
script: nosetests
|
||||
notifications:
|
||||
|
Loading…
x
Reference in New Issue
Block a user