From c76b753234e1afd677cf36aa7a5d3159199a193a Mon Sep 17 00:00:00 2001 From: Dave Shawley Date: Wed, 26 Aug 2015 15:10:27 -0400 Subject: [PATCH] Appease Travis-CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec993f0..deab0be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - pypy install: - pip install codecov - - pip install -r test-requirements.txt + - pip install -r requires/testing.txt script: nosetests after_success: - codecov