From e45956d96b9b1ac31fb0231ece8819638511c201 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Thu, 14 May 2015 16:06:04 -0400 Subject: [PATCH] Add tornado to the test requirements --- .travis.yml | 1 + test-requirements.txt | 1 + 2 files changed, 2 insertions(+) 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