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

index 6b660520c71aa951c4367a5d293ad8f9e4d5089a..308db2577a5534fdf40eff6b84abba3a640dee38 100644 (file)
@@ -4,7 +4,6 @@ python:
   - 2.7
   - 3.2
 env: HTTPBIN_URL=http://httpbin.org/
-script: make lazy
+script: make simpleci
 install:
   - pip install . --use-mirrors
-  - pip install -r requirements.txt --use-mirrors