Have travis install passlib.

This commit is contained in:
Ryan Leckey
2013-07-10 01:34:38 -07:00
parent a27aa50c29
commit 3b6992befb

View File

@@ -4,6 +4,6 @@ python:
- 2.7
- 3.3
install:
- pip install -q -e ".[test]" --use-mirrors
- pip install -q -e ".[test,password]" --use-mirrors
script:
- python setup.py test