.travis.yml - use pip to install test dependencies

This commit is contained in:
Noah Levitt 2014-01-07 14:00:46 -08:00
parent ad30585cbf
commit 62e58caea5

View File

@ -14,5 +14,8 @@ before_install:
install:
- "pip install ."
before_install:
- "pip install 'requests>=2.0.1' py.test"
script: py.test