Add tornado to the test requirements

This commit is contained in:
Gavin M. Roy 2015-05-14 16:06:04 -04:00
parent 88243478f9
commit e45956d96b
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- pip install -e .
- pip install -r test-requirements.txt
- pip install -r requirements.txt
script: nosetests
after_success:
- coveralls

View file

@ -1,3 +1,4 @@
coverage>=3.7,<4
coveralls>=0.4,<1
nose>=1.3,<2
tornado>=3.0,<4.0