mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2025-01-05 03:00:23 +00:00
Make sure tornado is installed
This commit is contained in:
parent
8748e987d6
commit
ff0086b323
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ python:
|
||||||
- pypy
|
- pypy
|
||||||
- 3.4
|
- 3.4
|
||||||
before_install:
|
before_install:
|
||||||
- pip install nose coverage codecov
|
- pip install nose coverage codecov tornado
|
||||||
install:
|
install:
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
script: nosetests
|
script: nosetests
|
||||||
|
|
Loading…
Reference in a new issue