Commit 3689ee0e authored by hupantingxue's avatar hupantingxue

Install requests first;

parent 25248959
...@@ -7,8 +7,8 @@ python: ...@@ -7,8 +7,8 @@ python:
# command to install dependencies # command to install dependencies
install: install:
- pip install .
- pip install requests - pip install requests
- pip install .
# 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