Add resync install to keep Travis CI setup for client tests
This commit is contained in:
parent
76ac2d6332
commit
74df959ec9
@ -3,7 +3,9 @@ python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
# command to install dependencies
|
||||
# need "install ." to install resync so that client tests work
|
||||
install:
|
||||
- pip install .
|
||||
- pip install requests
|
||||
- pip install python-dateutil
|
||||
# command to run tests
|
||||
|
||||
Loading…
Reference in New Issue
Block a user