Add resync install to keep Travis CI setup for client tests

This commit is contained in:
Simeon Warner 2013-11-06 13:22:18 -05:00
parent 76ac2d6332
commit 74df959ec9

View File

@ -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