diff --git a/.travis.yml b/.travis.yml index e6eb607..c6a7af4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index 20b57db..fd5634a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,4 @@ coverage>=3.7,<4 coveralls>=0.4,<1 nose>=1.3,<2 +tornado>=3.0,<4.0