Commit 25248959 authored by hupantingxue's avatar hupantingxue

Update install dependencies;

parent 759ecbd5
...@@ -6,7 +6,9 @@ python: ...@@ -6,7 +6,9 @@ python:
- "3.3" - "3.3"
# command to install dependencies # command to install dependencies
install: "pip install requests" install:
- pip install .
- pip install requests
# command to run tests # command to run tests
script: nosetests -w tests/push/ script: nosetests -w tests/push/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment