mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-21 07:00:58 +00:00
53d60cac4f
This reverts commit a453a78c7c.
11 lines
170 B
YAML
11 lines
170 B
YAML
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- 3.2
|
|
env: HTTPBIN_URL=http://httpbin.org/
|
|
script: make simpleci
|
|
install:
|
|
- pip install nose
|
|
- pip install . --use-mirrors
|