Make sure tornado is installed

This commit is contained in:
Gavin M. Roy 2015-06-17 17:50:21 -04:00
parent 8748e987d6
commit ff0086b323

View file

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