diff options
author | Kenneth Reitz <me@kennethreitz.com> | 2012-02-26 10:25:26 -0500 |
---|---|---|
committer | Kenneth Reitz <me@kennethreitz.com> | 2012-02-26 10:25:26 -0500 |
commit | 32a6d07036f567ef331033368995d166734d223f (patch) | |
tree | 38d86695db20cf98ef9d913d212b776d57c316ec /.travis.yml | |
parent | d6c2d8f1dc9d3d3cd1d9a57f1eb19aa93f8b2e99 (diff) | |
download | python-requests-32a6d07036f567ef331033368995d166734d223f.tar.gz |
simpleci
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6b660520..308db257 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |