From 085e276ff062ba244d0cd35aa07f79834f23edd5 Mon Sep 17 00:00:00 2001 From: salimfadhley Date: Thu, 13 Jun 2013 00:01:09 +0100 Subject: [PATCH] fix a typo --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 03c3be9..271aa8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - "python setup.py develop" - - "easy install mock" - - "easy install nose" + - "easy_install mock" + - "easy_install nose" # command to run tests, e.g. python setup.py test script: python setup.py nosetests -- 2.7.4