fix a typo
authorsalimfadhley <sal@stodge.org>
Wed, 12 Jun 2013 23:01:09 +0000 (00:01 +0100)
committersalimfadhley <sal@stodge.org>
Wed, 12 Jun 2013 23:01:09 +0000 (00:01 +0100)
.travis.yml

index 03c3be9..271aa8c 100644 (file)
@@ -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