From 23e7b0661cf20237766c27cbdadc295848e92e73 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Fri, 19 Oct 2012 15:41:50 -0400 Subject: [PATCH] Fixes typo in nosetests invocation in Travis config. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3c01fc14..00d07600 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ install: before_script: - "flake8 zipline tests" script: - - nosetesst + - nosetests