Update travis config for new deps

This commit is contained in:
Gavin M. Roy 2015-06-17 22:04:04 -04:00
parent 467bd5d0f7
commit 80beb20c2e

View file

@ -4,7 +4,7 @@ python:
- pypy
- 3.4
before_install:
- pip install nose coverage codecov
- pip install nose coverage codecov mock tornado
install:
- pip install -e .
script: nosetests