nose not found :(
authorKenneth Reitz <me@kennethreitz.com>
Sun, 26 Feb 2012 15:26:45 +0000 (10:26 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 26 Feb 2012 15:26:45 +0000 (10:26 -0500)
.travis.yml

index 308db25..5bac46e 100644 (file)
@@ -6,4 +6,5 @@ python:
 env: HTTPBIN_URL=http://httpbin.org/
 script: make simpleci
 install:
+  - pip install nose
   - pip install . --use-mirrors